FieldFixedLengthAttribute Constructor |
Indicates the length of a Fixed Length field.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic FieldFixedLengthAttribute(
int length
)
Public Sub New (
length As Integer
)
Parameters
- length
- Type: SystemInt32
The length of the field.
See Also