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

