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

Namespace: DataStreams.FixedWidth
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public FixedWidthWriter(
	string fileName,
	Encoding encoding
)

Parameters

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