Charset.TryGetCharset Method
Include Protected Members
Include Inherited Members
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. |
Top