Click or drag to resize

FixedLengthRecordAttribute Class

Indicates that this class represents a fixed length record.
Inheritance Hierarchy

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class FixedLengthRecordAttribute : TypedRecordAttribute

The FixedLengthRecordAttribute type exposes the following members.

Constructors
  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
Properties
  NameDescription
Public propertyFixedMode
Indicates the behavior when variable length records are found.
Top
Remarks
See the complete attributes list for more information and examples of each one.
See Also