Methods
Name | Description | |
---|---|---|
![]() ![]() |
ReadCsv(DataTable, Stream, Boolean) | |
![]() ![]() |
ReadCsv(DataTable, TextReader, Boolean) |
Reads CSV data into the DataTable using the specified TextReader.
|
![]() ![]() |
ReadCsv(DataTable, String, Boolean) |
Reads CSV data into the DataTable using the specified file name.
|
![]() ![]() |
WriteCsv(DataTable, Stream, Boolean) | |
![]() ![]() |
WriteCsv(DataTable, TextWriter, Boolean) |
Reads CSV data into the DataTable using the specified TextReader.
|
![]() ![]() |
WriteCsv(DataTable, String, Boolean) |
Writes the DataTable to a CSV file using the specified file name.
|