Click or drag to resize
Accord.NET (logo)

CsvReader Constructor (String, 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(
	string path,
	bool hasHeaders
)
Request Example View Source

Parameters

path
Type: SystemString
The path for the CSV file.
hasHeaders
Type: SystemBoolean
if field names are located on the first non commented line, otherwise, .
See Also