CsvWriter Constructor CleanCode C# Libraries v1.2.03 API
Overload List

  NameDescription
Public methodCsvWriter 
Initializes a new instance of the CsvWriter class which will not record data types by default.
Public methodCsvWriter(Boolean)
Initializes a new instance of the CsvWriter class specifying whether to record data types as well.
Back to Top
See Also