| TryGetEncoding(Int32, Encoding) | Tries to return a corresponding Encoding object for the specified
code page number. |
| TryGetEncoding(String, Encoding) | Tries to return a corresponding Encoding object for the specified
identifier of a character set. |
| TryGetEncoding(Int32, EncoderFallback, DecoderFallback, Encoding) | Tries to return a corresponding Encoding object for the specified
code page number, whose properties EncoderFallback and DecoderFallback are set to the desired values. |
| TryGetEncoding(String, EncoderFallback, DecoderFallback, Encoding) | Tries to return a corresponding Encoding object for the specified
identifier of a character set, whose properties EncoderFallback and DecoderFallback are set to the desired values. |