Click or drag to resize

FixedLengthClassBuilder Constructor (String, FixedMode)

Used to create classes that maps to Fixed Length records.

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FixedLengthClassBuilder(
	string className,
	FixedMode mode
)

Parameters

className
Type: SystemString
A valid class name.
mode
Type: FileHelpersFixedMode
Indicates the behavior when variable length records are found.
See Also