Click or drag to resize
Accord.NET (logo)

CsvReaderToTable Method

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()
Request Example View Source

Return Value

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