Utility class for working with character sets.
Inheritance Hierarchy
NI.Email.Mime.Util CharsetUtil
Namespace: NI.Email.Mime.Util
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax
The CharsetUtil type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CharsetUtil | Initializes a new instance of the CharsetUtil class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetDefaultEncoding | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| IsDecodingSupported |
Determines if the VM supports decoding (bytes to chars) the
specified character set. NOTE: the given character set name may
not be known to the VM even if this method returns true.
Use ToPlatformCharset(String) to get the canonical .NET character
set name.
| |
| IsEncodingSupported |
Determines if the VM supports encoding (chars to bytes) the
specified character set. NOTE: the given character set name may
not be known to the VM even if this method returns true.
Use ToPlatformCharset(String) to get the canonical .NET character
set name.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToPlatformCharset | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also