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

Namespace: DataStreams.Csv
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public CsvWriter(
	string fileName,
	char delimiter,
	Encoding encoding
)

Parameters

fileName
Type: SystemString
The file to create with the column delimited data.
delimiter
Type: SystemChar
The character to use as the column delimiter.
encoding
Type: System.TextEncoding
The Encoding to use while writing the data.
See Also