Charset.GetEncoding method
The GetEncoding method overloads return the Encoding object for a given character set.
Overload list
Name | Description | |
---|---|---|
GetEncoding() | The GetEncoding method returns the Encoding for the character set that this Charset object represents. | |
GetEncoding(Int32) | The GetEncoding method returns an Encoding object for the specified code page. | |
GetEncoding(String) | The GetEncoding method returns an Encoding object for the specified character set name. |
Top