Click or drag to resize
FixedWidthReader Constructor (String, Encoding)
Creates a FixedWidthReader object using a file as the data source.

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

Parameters

fileName
Type: SystemString
The path to the file to use as the data source.
encoding
Type: System.TextEncoding
The Encoding to use while parsing the data.
See Also