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
Syntaxpublic IgnoreEmptyLinesAttribute(
bool ignoreSpaces
)
Public Sub New (
ignoreSpaces As Boolean
)
Parameters
- ignoreSpaces
- Type: SystemBoolean
Ignore lines consisting of only whitespace.
See Also