www.csvreader.com

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

Overload List

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

public DataTable ReadToEnd();

Reads till the end of the csv data.

public DataTable ReadToEnd(bool);

Reads till the end of the csv data.

public DataTable ReadToEnd(bool,ulong);

See Also

CsvReader Class | Csv Namespace