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.