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