Click or drag to resize

FixedLengthClassBuilder Constructor (String, Int32)

Used to create classes that maps to Fixed Length records and automatically instantiate many string fields as values are passed in the lengths arg.

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FixedLengthClassBuilder(
	string className,
	params int[] lengths
)

Parameters

className
Type: SystemString
A valid class name.
lengths
Type: SystemInt32
The lengths of the fields (one string field will be create for each length)
See Also