Enum TextFileEncoding
AN enumeration of the different types of text encoding supported
Namespace: LemonEdge.Utils
Assembly: LemonEdge.Utils.dll
Syntax
public enum TextFileEncoding : short
Fields
Name | Description |
---|---|
ASCII | |
BigEndianUnicode | |
UTF32 | |
UTF7 | |
UTF8 | |
Unicode |