FieldType 枚举
定义
指示文本字段是分隔的还是固定宽度的。Indicates whether text fields are delimited or fixed width.
public enum class FieldType
public enum FieldType
type FieldType =
Public Enum FieldType
- 继承
字段
| Delimited | 0 | 指示字段是分隔的。Indicates that the fields are delimited. |
| FixedWidth | 1 | 指示字段是固定宽度的。Indicates that the fields are fixed width. |
注解
此枚举与对象一起使用 TextFieldParser 。This enumeration is used with the TextFieldParser object.