CSVWriter Methods
The following tables list the members exposed by the CSVWriter type.
| Name | Description | |
|---|---|---|
|
Dispose() | /// Close our resources - specifically, the stream reader /// |
|
Serialize<T>(IEnumerable<T>) | /// Serialize a list of objects to CSV using this writer /// |
|
Write(DataTable) | /// Write the data table to a stream in CSV format /// |
|
WriteLine(IEnumerable<Object>) | /// Write a single line to this CSV /// |