|
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
)
Public Sub Write (
table As DataTable
)
Request Example
View SourceParameters
- table
- Type: System.DataDataTable
The data table to be written.
See Also