CleanCode C# Libraries v0.9.23 API

CsvWriter Constructor

Initializes a new instance of the CsvWriter class which will not record data types by default.

Overload List

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);

See Also

CsvWriter Class | CleanCode.Data Namespace