Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The TryGetCharset method overloads try to get a specified Charset object but do not throw exceptions if the Charset object cannot be obtained.
Overload list
| Name | Description | |
|---|---|---|
![]() ![]() |
TryGetCharset(Int32, Charset) | The TryGetCharset method attempts to put a Charset object into the charset out parameter that corresponds to the codePage parameter. TryGetCharset does not throw an exception if it fails. |
![]() ![]() |
TryGetCharset(String, Charset) | The TryGetCharset method attempts to put a Charset object into the charset out parameter that corresponds to the name parameter. TryGetCharset does not throw an exception if it fails. |
![]() ![]() |
TryGetCharset(Encoding, Charset) | Returns an object that corresponds to a character set as an out parameter that is encoded by the associated encoding and does not throw an exception if the character set can't be retrieved. |
Top
.gif)
.gif)