Click or drag to resize

FixedLengthRecordAttribute Constructor

Indicates that this class represents a fixed length record. By default fixed length files require the records to have equal length. (ie the record length equals the sum of each field length.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public FixedLengthRecordAttribute()
See Also