Click or drag to resize
Accord.NET (logo)

CsvReaderToTable Method (String)

Reads the entire stream into a DataTable.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public DataTable ToTable(
	params string[] columnNames
)
Request Example View Source

Parameters

columnNames
Type: SystemString

Return Value

Type: DataTable
A System.DataTable containing the read values.
See Also