Click or drag to resize

CsvWriter Constructor (TextWriter, Char, Char)

Initializes a new instance of the CsvWriter class

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public CsvWriter(
	TextWriter pTextWriter,
	char separator,
	char delimiter
)

Parameters

pTextWriter
Type: System.IOTextWriter
separator
Type: SystemChar
delimiter
Type: SystemChar
See Also