Click or drag to resize
CsvWriter Constructor (TextWriter)
Initializes a new instance of the CsvWriter class

Namespace: PDTec.IceNet.Domain.DX.Excel.Csv
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public CsvWriter(
	TextWriter pTextWriter
)

Parameters

pTextWriter
Type: System.IOTextWriter
See Also