CsvOptionsIgnoreEmptyLines Property |
Should blank lines in the source file be left out of the final result?
Namespace:
FileHelpers.Options
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic bool IgnoreEmptyLines { get; set; }
Public Property IgnoreEmptyLines As Boolean
Get
Set
Property Value
Type:
Boolean
See Also