Enum StringToken.Encoding
The encoding used to convert the underlying file bytes to the string.
public enum StringToken.Encoding : byte
Fields
Iso88591 = 0
Utf16 = 1
UTF-16.
Utf16BE = 2
UTF-16 Big Endian.
The encoding used to convert the underlying file bytes to the string.
public enum StringToken.Encoding : byte
Iso88591 = 0
Utf16 = 1
UTF-16.
Utf16BE = 2
UTF-16 Big Endian.