Writes the specified DataTable to
a file in CSV format.
Namespace: CleanCode.CsvProcessingAssembly: CleanCode.CsvProcessing (in CleanCode.CsvProcessing.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- filePath
- Type: System String
File to write.
- table
- Type: System.Data DataTable
DataTable to convert.
See Also