Click or drag to resize
CsvWriter Constructor (TextWriter, Char)
Creates a CsvWriter object using a TextWriter to write data to.

Namespace: DataStreams.Csv
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public CsvWriter(
	TextWriter outputStream,
	char delimiter
)

Parameters

outputStream
Type: System.IOTextWriter
The stream to write the column delimited data to.
delimiter
Type: SystemChar
The character to use as the column delimiter.
See Also