CsvWriter(TextWriter, Int32, Char) | Initializes a new CsvWriter object to write CSV data without a
header row. |
CsvWriter(String, Int32, Char, Encoding) | Initializes a new CsvWriter object to write a CSV file without a header row.
|
CsvWriter(TextWriter, IEnumerableString, Boolean, Char) | Initializes a new CsvWriter object with the column names for the header
row to be written. |
CsvWriter(String, IEnumerableString, Boolean, Char, Encoding) | Initializes a new CsvWriter object with the column names for the header
row to be written. |