Click or drag to resize
Accord.NET (logo)

CsvWriterWrite Method (DataTable)

Writes the specified table in a CSV format.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public void Write(
	DataTable table
)
Request Example View Source

Parameters

table
Type: System.DataDataTable
The data table to be written.
See Also