AltEncodingInfo class | QSYS API Reference Guide

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.

AltEncodingInfo(AltEncoding)

Initializes a new instance of the AltEncodingInfo class with the specified AltEncoding.

AltEncodingInfo(AltEncoding)

Parameters

Type Parameter name Description
AltEncoding enc The AltEncoding to use.

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.

AltEncoding GetEncoding()

Returns the AltEncoding for this instance of AltEncodingInfo.

AltEncoding GetEncoding()