FileAdapter.GetFormatName Method
Definition
Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll
Gets the name of the format at the specified index in the file that the FileAdapter is working with.
string? GetFormatName(int i)
Parameters
Type | Parameter name | Description |
---|---|---|
Int32 | i | The index of the format to get the name of. |
Returns
Type | Description |
---|---|
String | The name of the format at the specified index. |