NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Encoding Properties

The properties of the Encoding class are listed below. For a complete list of Encoding class members, see the Encoding Members topic.

Public:

ASCII Returns an encoding for the ASCII character set.
BigEndianUnicode Gets an encoding in the unicode format.
BodyName Returns the name for this encoding that can be used with mail agent body tags. If the encoding may not be used, the string is empty.
CodePage When implemented by a subclass, this property contains the code page identifier of this encoding.
Default Obtains an encoding for the system's current ANSI code page.
EncodingName Returns the human-readable description of the encoding (e.g. Hebrew (DOS)).
HeaderName Returns the name for this encoding that can be used with mail agent header tags. If the encoding may not be used, the string is empty.
IsBrowserDisplay [To be supplied.]
IsBrowserSave [To be supplied.]
IsMailNewsDisplay [To be supplied.]
IsMailNewsSave [To be supplied.]
Unicode Gets an encoding for unicode format.
UTF7 Gets an encoding for the UTF-7 format.
UTF8 Gets an encoding for the UTF-8 format.
WebName Returns the array of IANA-registered names for this encoding. If there is an IANA preferred name, it is the first name in the array.
WindowCodePage Returns the windows code page that most closely corresponds to this encoding.

See Also

Encoding Class | System.Text Namespace