Csv | Static class that provides methods for reading, writing and analyzing CSV data. |
CsvAnalyzer | Analyzes a CSV file to get the appropriate method arguments for parsing. |
CsvAnalyzerResult | Result of the analysis of a CSV file. |
CsvExtension | Extension methods for serializing CSV data. |
CsvFormatException | Exception, thrown parsing invalid CSV documents. |
CsvOptsExtension | Extension methods for the CsvOpts enum. |
CsvReader | Provides read-only forward access to the records (rows) of a CSV file. |
CsvRecord | Represents a record (row) of the CSV file. |
CsvRecordExtension | Extension methods for the CsvRecord class. |
CsvWriter | Writes string data as CSV (RFC 4180). |
DataTableExtension | Extension methods for the DataTable class. |