Charset Members
The Charset class exposes information about a character set.
The following tables list the members exposed by the Charset type.
Public Properties
Name | Description | |
---|---|---|
ASCII | The ASCII property gets a Charset object representing the ASCII character set. | |
CodePage | The CodePage property gets the code page number for the character set that this Charset object represents. | |
Culture | The Culture property gets the read-only Culture object for this Charset object. | |
DefaultMimeCharset | The DefaultMimeCharset property gets the MIME character set that is used to represent text in the default culture. | |
DefaultWebCharset | The DefaultWebCharset property gets the Web character set that is used to represent text in the default culture. | |
DefaultWindowsCharset | The DefaultWindowsCharset property gets the windows character set that is used to represent text in the default culture. | |
Description | The Description property returns an English language description of the character set represented by this Charset object. | |
IsAvailable | The IsAvailable property gets a Boolean value that indicates whether the character set represented by this Charset object is installed and available for encoding and decoding. | |
IsDetectable | The IsDetectable property gets a Boolean value that indicates whether the character set represented by this Charset object can be detected by the OutboundCodePageDetector class. | |
IsWindowsCharset | The IsWindowsCharset property gets a Boolean value that indicates whether the character set represented by this Charset object is a Windows character set. | |
Name | The Name property returns the default name of the character set that is represented by this Charset object. | |
Unicode | The Unicode property gets a Charset object that represents the Unicode character set. | |
UTF8 | The UTF8 property gets a Charset object that represents the UTF-8 character set. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetCharset | Overloaded. The GetCharset method overloads return a Charset object that represents a given character set. | |
GetEncoding | Overloaded. The GetEncoding method overloads return the Encoding object for a given character set. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) | |
TryGetCharset | Overloaded. The TryGetCharset method overloads try to get a specified Charset object but do not throw exceptions if the Charset object cannot be obtained. | |
TryGetEncoding | Overloaded. The TryGetEncoding method overloads try to get a specified Encoding object but do not throw exceptions if the Encoding object cannot be obtained. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top