Indicates the behavior when variable length records are found in a [FixedLengthRecordAttribute]. (Note: nothing in common with [FieldOptional])
| Member Name | Description |
|---|---|
| ExactLength | The records must have the length equals to the sum of each field length. |
| AllowMoreChars | The records can contain less chars in the last field. |
| AllowLessChars | The records can contain more chars in the last field. |
| AllowVariableLength | The records can contain more or less chars in the last field. |
Namespace: FileHelpers
Assembly: FileHelpers (in FileHelpers.dll)