Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

FixedMode Enumeration

Indicates the behavior when variable length records are found in a [FixedLengthRecordAttribute]. (Note: nothing in common with [FieldOptional])

[Visual Basic]
Public Enum FixedMode
[C#]
public enum FixedMode

Members

Member Name Description
ExactLengthThe records must have the length equals to the sum of each field length.
AllowMoreCharsThe records can contain less chars in the last field.
AllowLessCharsThe records can contain more chars in the last field.
AllowVariableLengthThe records can contain more or less chars in the last field.

Requirements

Namespace: FileHelpers

Assembly: FileHelpers (in FileHelpers.dll)

See Also

FileHelpers Namespace


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox