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