|
CsvReader Constructor (Stream, Boolean)
|
Initializes a new instance of the CsvReader class.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public CsvReader(
Stream stream,
bool hasHeaders
)
Public Sub New (
stream As Stream,
hasHeaders As Boolean
)
Request Example
View SourceParameters
- stream
- Type: System.IOStream
A Stream pointing to the CSV file. - hasHeaders
- Type: SystemBoolean
if field names are located on the first non commented line, otherwise, .
See Also