Writes a
DataTable to a CSV file.

Inheritance Hierarchy

CleanCode.CsvProcessing.CsvWriter
Namespace: CleanCode.CsvProcessing
Assembly: CleanCode.CsvProcessing (in CleanCode.CsvProcessing.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Remarks


The first record of the generated file is a header row.
This row consists of the names of each column from the DataTable
together with their data types in the format name:type.
For example, an integer column with the name "Id" will
have the value Id:System.Int32.
Since CleanCode 0.9.13.
See Also