TUTF7Encoding Class
Represents type TUTF7Encoding
.
System.Text.TEncoding
System.Text.TMultiByteCharacterSetEncoding
System.Text.TUTF7Encoding
System.Text.TUTF8Encoding
type TUTF7Encoding = class(TMultiByteCharacterSetEncoding) end;
The TUTF7Encoding type exposes the following members.
Name | Description | |
---|---|---|
Create | Initializes a new instance of the TUTF7Encoding class. (Overrides TMultiByteCharacterSetEncoding.Create.) | |
Create(Integer) | Overloaded. Initializes a new instance of the TMultiByteCharacterSetEncoding class. (Inherited from TMultiByteCharacterSetEncoding.) |
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 |