|
| Name | Description |
|---|
.gif) .gif) .gif) .gif) | ASCII | Gets an encoding for the ASCII (7-bit) character set. |
.gif) .gif) .gif) .gif) | BigEndianUnicode | Gets an encoding for the UTF-16 format using the big endian byte order. |
.gif) | BodyName | When overridden in a derived class, gets a name for the current encoding that can be used with mail agent body tags. |
.gif) .gif) .gif) | CodePage | When overridden in a derived class, gets the code page identifier of the current Encoding. |
.gif) | DecoderFallback | Gets or sets the DecoderFallback object for the current Encoding object. |
.gif) .gif) .gif) .gif) | Default | Gets an encoding for the operating system's current ANSI code page. |
.gif) | EncoderFallback | Gets or sets the EncoderFallback object for the current Encoding object. |
.gif) | EncodingName | When overridden in a derived class, gets the human-readable description of the current encoding. |
.gif) | HeaderName | When overridden in a derived class, gets a name for the current encoding that can be used with mail agent header tags. |
.gif) | IsBrowserDisplay | When overridden in a derived class, gets a value indicating whether the current encoding can be used by browser clients for displaying content. |
.gif) | IsBrowserSave | When overridden in a derived class, gets a value indicating whether the current encoding can be used by browser clients for saving content. |
.gif) | IsMailNewsDisplay | When overridden in a derived class, gets a value indicating whether the current encoding can be used by mail and news clients for displaying content. |
.gif) | IsMailNewsSave | When overridden in a derived class, gets a value indicating whether the current encoding can be used by mail and news clients for saving content. |
.gif) | IsReadOnly | When overridden in a derived class, gets a value indicating whether the current encoding is read-only. |
.gif) | IsSingleByte | When overridden in a derived class, gets a value indicating whether the current encoding uses single-byte code points. |
.gif) .gif) .gif) .gif) | Unicode | Gets an encoding for the UTF-16 format using the little endian byte order. |
.gif) .gif) | UTF32 | Gets an encoding for the UTF-32 format using the little endian byte order. |
.gif) .gif) .gif) .gif) | UTF7 | Gets an encoding for the UTF-7 format. |
.gif) .gif) .gif) .gif) | UTF8 | Gets an encoding for the UTF-8 format. |
.gif) .gif) .gif) | WebName | When overridden in a derived class, gets the name registered with the Internet Assigned Numbers Authority (IANA) for the current encoding. |
.gif) | WindowsCodePage | When overridden in a derived class, gets the Windows operating system code page that most closely corresponds to the current encoding. |