Charset.GetCharset Method
Include Protected Members
Include Inherited Members
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. |
Top