Encoding::GetEncoding Method
Returns an encoding for the specified code page.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetEncoding(Int32) | Returns the encoding associated with the specified code page identifier. |
![]() ![]() | 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^) | Returns the encoding associated with the specified code page name. |
![]() ![]() | 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. |

