Click or drag to resize

FieldFixedLengthAttribute Constructor

Indicates the length of a Fixed Length field.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FieldFixedLengthAttribute(
	int length
)

Parameters

length
Type: SystemInt32
The length of the field.
See Also