AltEncoding.GetAltDecoder Method
Definition
Namespace: ASNA.DataGate.DataLink.Text
Assembly: ASNA.QSys.DataGate.Client.dll
Returns an AltDecoder object for this AltEncoding, using the specified properties.
AltDecoder GetAltDecoder(ITransformProperties decProps)
Returns an AltDecoder object for this AltEncoding, using the specified properties.
AltDecoder GetAltDecoder(ITransformProperties decProps)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| ITransformProperties | decProps | The properties to use for the AltDecoder. If null, the default properties are used. |
Returns
| Type | Description |
|---|---|
| AltDecoder | An AltDecoder object for this AltEncoding, using the specified properties. |