Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Boolean
A value indicating if the reader will skip empty lines.
See Also