Represents a UTF-8 encoding of Unicode characters.
The UTF8Encoding type exposes the following members.

Constructors

Methods

Properties
|
| Name | Description |
|---|
.gif) | BodyName | When overridden in a derived class, gets a name for the current encoding that can be used with mail agent body tags. (Inherited from Encoding.) |
.gif) .gif) .gif) | CodePage | When overridden in a derived class, gets the code page identifier of the current Encoding. (Inherited from Encoding.) |
.gif) | DecoderFallback | Gets or sets the DecoderFallback object for the current Encoding object. (Inherited from Encoding.) |
.gif) | EncoderFallback | Gets or sets the EncoderFallback object for the current Encoding object. (Inherited from Encoding.) |
.gif) | EncodingName | When overridden in a derived class, gets the human-readable description of the current encoding. (Inherited from 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. (Inherited from Encoding.) |
.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. (Inherited from Encoding.) |
.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. (Inherited from Encoding.) |
.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. (Inherited from Encoding.) |
.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. (Inherited from Encoding.) |
.gif) | IsReadOnly | When overridden in a derived class, gets a value indicating whether the current encoding is read-only. (Inherited from Encoding.) |
.gif) | IsSingleByte | When overridden in a derived class, gets a value indicating whether the current encoding uses single-byte code points. (Inherited from Encoding.) |
.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. (Inherited from Encoding.) |
.gif) | WindowsCodePage | When overridden in a derived class, gets the Windows operating system code page that most closely corresponds to the current encoding. (Inherited from Encoding.) |
Top

See Also