AltEncodingInfo class
Represents information about an alternative encoding.
Namespace: ASNA.DataGate.DataLink.Text Assembly: ASNA.QSys.DataGate.Client.dll
Inheritance: Object
Constructors
| Name | Description |
|---|---|
| AltEncodingInfo(AltEncoding) | Initializes a new instance of the AltEncodingInfo class with the specified AltEncoding. |
Properties
| Type | Name | Description |
|---|---|---|
| Int32 | CodePage | Gets the code page identifier of the AltEncoding for this instance of AltEncodingInfo. |
| String | DisplayName | Gets the display name of the AltEncoding for this instance of AltEncodingInfo. |
| String | Name | Gets the web name of the AltEncoding for this instance of AltEncodingInfo. |
Methods
| Signature | Description |
|---|---|
| GetEncoding() | Returns the AltEncoding for this instance of AltEncodingInfo. |