Click or drag to resize

IgnoreEmptyLinesAttribute Class

Indicates that the engine will ignore the empty lines while reading.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    FileHelpersIgnoreEmptyLinesAttribute

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class IgnoreEmptyLinesAttribute : Attribute

The IgnoreEmptyLinesAttribute type exposes the following members.

Constructors
  NameDescription
Public methodIgnoreEmptyLinesAttribute
Indicates that the engine will ignore the empty lines while reading.
Public methodIgnoreEmptyLinesAttribute(Boolean)
Indicates that the engine will ignore the empty lines while reading.
Top
Properties
  NameDescription
Public propertyIgnoreSpaces
Ignore lines consisting of only whitespace.
Top
Remarks
See the complete attributes list for more information and examples of each one.
See Also