TEncoding Class
System.Text.TEncoding
System.Text.TMultiByteCharacterSetEncoding
System.Text.TUnicodeEncoding
The TEncoding type exposes the following members.
Name | Description | |
---|---|---|
ANSI | Represents property | |
ASCII | Represents property | |
BigEndianUnicode | Represents property | |
CodePage | Represents property | |
EncodingName | Represents property | |
IsSingleByte | Represents property | |
Unicode | Represents property | |
UTF7 | Represents property | |
UTF8 | Represents property |
Name | Description | |
---|---|---|
Clone | Represents method | |
GetANSI | Represents method | |
GetASCII | Represents method | |
GetBigEndianUnicode | Represents method | |
GetCodePage | Represents method | |
GetEncoding(String) | Overloaded. Represents method | |
GetEncoding(TCodepage) | Overloaded. Represents method | |
GetEncodingName | Represents method | |
GetIsSingleByte | Represents method | |
GetPreamble | Represents method | |
GetUnicode | Represents method | |
GetUTF7 | Represents method | |
GetUTF8 | Represents method | |
IsStandardEncoding(TEncoding) | Represents method |
TEncoding is an abstract base class and can not be instantiated directly.