IConverterFactory interface | QSYS API Reference Guide
Defines the functionality to create an object that implements the IConverter interface.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Extends: doesn’t extend any other interfaces.
Methods
| Signature | Description |
|---|---|
| GetConverter(Int32) | Gets a converter for the specified CCSID. |
| SupportsCcsid(Int32) | Determines if the ICoverter object supports a particular EBCDIC CCSID. |
IConverter GetConverter(int ccsid)
Gets a converter for the specified CCSID.
IConverter GetConverter(int ccsid)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| Int32 | ccsid | The desired converter’s coded character set identifier. |
Returns
| Type | Description |
|---|---|
| IConverter | The converted for the requested CCSID. |
bool SupportsCcsid(int ccsid)
Determines if the ICoverter object supports a particular EBCDIC CCSID.
bool SupportsCcsid(int ccsid)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| Int32 | ccsid | The coded character set identifier. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the ccsid is supported. |