www.csvreader.com

Reads till the end of the csv data. Reads the first line in the data as column headers.

[Visual Basic]
Overloads Public Function ReadToEnd() As DataTable
[C#]
public DataTable ReadToEnd();

Return Value

A DataTable containing the csv data.

See Also

CsvReader Class | DataStreams.Csv Namespace | CsvReader.ReadToEnd Overload List