Initializes a new instance of the CsvWriter class which will not record data types by default.
Initializes a new instance of the CsvWriter class which will not record data types by default.
public CsvWriter();
Initializes a new instance of the CsvWriter class specifying whether to record data types as well.
public CsvWriter(Boolean);
CsvWriter Class | CleanCode.Data Namespace