EncodingProvider::GetEncoding Method
Returns an encoding.
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 with the specified name. |
![]() | GetEncoding(String^, EncoderFallback^, DecoderFallback^) | Returns the encoding associated with the specified name. Parameters specify an error handler for characters that cannot be encoded and byte sequences that cannot be decoded. |
