CSVWriter Methods

The following tables list the members exposed by the CSVWriter type.

Methods
 
Name Description
Public method Dispose() /// Close our resources - specifically, the stream reader ///
Public method Serialize<T>(IEnumerable<T>) /// Serialize a list of objects to CSV using this writer ///
Public method Write(DataTable) /// Write the data table to a stream in CSV format ///
Public method WriteLine(IEnumerable<Object>) /// Write a single line to this CSV ///
Top

In this article

Definition