Indicates whether text fields are delimited or fixed width.
| C# | Visual Basic |
public enum FieldType
Public Enumeration FieldType
| Member | Description |
|---|---|
| Delimited |
Indicates that the fields are delimited.
|
| FixedWidth |
Indicates that the fields are fixed width.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|