Click or drag to resize

FixedLengthRecordAttribute Constructor

Overload List
  NameDescription
Public methodFixedLengthRecordAttribute
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.
Public methodFixedLengthRecordAttribute(FixedMode)
Indicates that this class represents a fixed length record with the specified variable length record behavior.
Top
See Also