|
CsvReaderHasHeaders Property
|
Indicates if field names are located on the first non commented line.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public bool HasHeaders { get; }
Public ReadOnly Property HasHeaders As Boolean
Get
Request Example
View SourceProperty Value
Type:
Boolean if field names are located on the first non commented line, otherwise,
.
See Also