CsvWriter Constructor (Boolean)CleanCode C# Libraries v1.2.03 API
Initializes a new instance of the CsvWriter class specifying whether to record data types as well.

Namespace: CleanCode.CsvProcessing
Assembly: CleanCode.CsvProcessing (in CleanCode.CsvProcessing.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public CsvWriter(
	bool useTypes
)

Parameters

useTypes
Type: OnlineSystem Boolean
Specifies whether to record data types as well.
See Also