Click or drag to resize

IgnoreEmptyLinesAttribute Constructor (Boolean)

Indicates that the engine will ignore the empty lines while reading.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public IgnoreEmptyLinesAttribute(
	bool ignoreSpaces
)

Parameters

ignoreSpaces
Type: SystemBoolean
Ignore lines consisting of only whitespace.
See Also