Click or drag to resize

FixedLengthRecordAttribute Constructor (FixedMode)

Indicates that this class represents a fixed length record with the specified variable length record behavior.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FixedLengthRecordAttribute(
	FixedMode fixedMode
)

Parameters

fixedMode
Type: FileHelpersFixedMode
The FixedMode used for variable length records. By Default is FixedMode.ExactLength
See Also