Indicates that this class represents a fixed length record. By default requieres that the records has the length equals to the sum of each field length.
Indicates that this class represents a fixed length record. By default requieres that the records has the length equals to the sum of each field length.
public FixedLengthRecordAttribute();
Indicates that this class represents a fixed length record with the specified variable record behavior.
public FixedLengthRecordAttribute(FixedMode);
FixedLengthRecordAttribute Class | FileHelpers Namespace