EncodingTools Class
Namespace: Rebex
Assembly: Rebex.Common.dll (version 7.0.9083)
Various methods related to encoding (charset) used by Rebex components.
Syntax
public static class EncodingTools
Inherited Members
Properties
Name | Description |
---|---|
ASCII | ASCII encoding. |
Default | Default encoding. |
UTF8 | UTF-8 encoding. |
Methods
Name | Description |
---|---|
GetEncoding(Int32) | Returns the encoding associated with the specified code page. |
GetEncoding(String) | Returns the encoding associated with the specified code page name. |
GetEncodingNames() | Gets a list of supported encoding names. |