Delimiter.FromChar Method
Definition
Namespace: ASNA.DataGate.Client.CopyData
Assembly: ASNA.QSys.DataGate.Client.dll
Creates a new instance from a given character.
Delimiter FromChar(char ch)
Creates a new instance from a given character.
Remarks
This method creates a new instance and sets its property to the given character.If the given character is ‘\0’, the created instance will represent no delimiter (IsStarNone will be true).
Delimiter FromChar(char ch)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| Char | ch | The character to create a from. |
Returns
| Type | Description |
|---|---|
| Delimiter | A new instance with its value set to the given character. |