FieldType Enumeration
.NET Framework (current version)
Indicates whether text fields are delimited or fixed width.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Member name | Description | |
|---|---|---|
| Delimited | Indicates that the fields are delimited. | |
| FixedWidth | Indicates that the fields are fixed width. |
This enumeration is used with the TextFieldParser object.
.NET Framework
Available since 2.0
Available since 2.0
Show: