|
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()
Public Function ToTable As DataTable
Request Example
View SourceReturn Value
Type:
DataTableA System.DataTable containing the read values.
See Also