|
CsvReaderSkipEmptyLines Property
|
Gets or sets a value indicating if the reader will skip empty lines.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public bool SkipEmptyLines { get; set; }
Public Property SkipEmptyLines As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanA value indicating if the reader will skip empty lines.
See Also