This documentation is archived and is not being maintained.
Encoding Properties
.NET Framework 1.1
The properties of the Encoding class are listed here. For a complete list of Encoding class members, see the Encoding Members topic.
Public Properties
![]() ASCII Supported by the .NET Compact Framework. | Gets an encoding for the ASCII (7 bit) character set. |
![]() BigEndianUnicode Supported by the .NET Compact Framework. | Gets an encoding for the Unicode format in the big-endian byte order. |
BodyName | Gets the name for this encoding that can be used with mail agent body tags. |
CodePage Supported by the .NET Compact Framework. | When overridden in a derived class, gets the code page identifier of this encoding. |
![]() Default Supported by the .NET Compact Framework. | Gets an encoding for the system's current ANSI code page. |
EncodingName | Gets the human-readable description of the encoding. |
HeaderName | Gets the name for this encoding that can be used with mail agent header tags. |
IsBrowserDisplay | Gets an indication whether this encoding can be used for display by browser clients. |
IsBrowserSave | Gets an indication whether this encoding can be used for saving by browser clients. |
IsMailNewsDisplay | Gets and indication whether this encoding can be used for display by mail and news clients. |
IsMailNewsSave | Gets an indication whether this encoding can be used for saving by mail and news clients. |
![]() Unicode Supported by the .NET Compact Framework. | Gets an encoding for the Unicode format in little-endian byte order. |
![]() UTF7 Supported by the .NET Compact Framework. | Gets an encoding for the UTF-7 format. |
![]() UTF8 Supported by the .NET Compact Framework. | Gets an encoding for the UTF-8 format. |
WebName Supported by the .NET Compact Framework. | Gets the name registered with the Internet Assigned Numbers Authority (IANA) for this encoding. |
WindowsCodePage | Gets the Windows operating system code page that most closely corresponds to this encoding. |
See Also
Show:
