This documentation is archived and is not being maintained.
Encoding::GetEncoding Method
Visual Studio 2010
Returns an encoding for the specified code page.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetEncoding(Int32) | Returns the encoding associated with the specified code page identifier. |
|
GetEncoding(String) | Returns the encoding associated with the specified code page name. |
|
GetEncoding(Int32, EncoderFallback, DecoderFallback) | Returns the encoding associated with the specified code page identifier. Parameters specify an error handler for characters that cannot be encoded and byte sequences that cannot be decoded. |
|
GetEncoding(String, EncoderFallback, DecoderFallback) | Returns the encoding associated with the specified code page name. Parameters specify an error handler for characters that cannot be encoded and byte sequences that cannot be decoded. |
Show: