Table of Contents

Class EncodingHelper.Chars

Namespace
SunamoFileIO
Assembly
SunamoFileIO.dll

Character constants for control character detection.

public static class EncodingHelper.Chars
Inheritance
EncodingHelper.Chars
Inherited Members

Fields

BS

Backspace character (ASCII 8).

public static readonly char BS

Field Value

char

CR

Carriage Return character (ASCII 13).

public static readonly char CR

Field Value

char

NUL

Null character (ASCII 0).

public static readonly char NUL

Field Value

char

SUB

Substitute character (ASCII 26).

public static readonly char SUB

Field Value

char