Charset.GetCharset Method
The GetCharset method overloads return a Charset object that represents a given character set.
Overload List
Name | Description |
---|---|
Charset.GetCharset (Int32) |
The GetCharset method returns a read-only Charset object that represents the character set specified by the codePage parameter.
|
Charset.GetCharset (String) |
The GetCharset method returns a read-only Charset object that represents the character set specified by the name parameter.
|