Charset.GetCharset method
The GetCharset method overloads return a Charset object that represents a given character set.
Overload list
Name | Description | |
---|---|---|
GetCharset(Int32) | The GetCharset method returns a read-only Charset object that represents the character set specified by the codePage parameter. | |
GetCharset(String) | The GetCharset method returns a read-only Charset object that represents the character set specified by the name parameter. | |
GetCharset(Encoding) | Returns an object that corresponds to the character set encoded using the associated encoding. |
Top