Click or drag to resize

FieldFixedLengthAttribute Class

Indicates the length of a FixedLength field.
Inheritance Hierarchy

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class FieldFixedLengthAttribute : FieldAttribute

The FieldFixedLengthAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFieldFixedLengthAttribute
Indicates the length of a Fixed Length field.
Top
Properties
  NameDescription
Public propertyLength
Length of this Fixed Length field.
Top
Remarks
See the complete attributes list for more information and examples of each one.
See Also