Enum DelimiterType
The type of character that separates DataItems in a delimited file format.
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum DelimiterType
Fields
| Name | Description |
|---|---|
| Colon | The colon character. |
| Comma | The comma character. |
| Empty | Empty |
| Other | A character not enumerated here. |
| Pipe | The pipe character. |
| Semicolon | The semicolon character. |
| Space | The space character. |
| Tab | The tab character. |