FieldType Enumeration
Indicates whether text fields are delimited or fixed width.
Remarks
This enumeration is used with the TextFieldParser Object.
Members
Member Name | Description |
---|---|
Delimited |
Indicates that the fields are delimited. |
FixedWidth |
Indicates that the fields are fixed width. |
Requirements
Namespace: Microsoft.VisualBasic
Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)
See Also
Tasks
How to: Read From Comma-Delimited Text Files in Visual Basic
How to: Read From Fixed-width Text Files in Visual Basic
Reference
TextFieldParser.TextFieldType Property
TextFieldParser
OpenTextFieldParser