Click or drag to resize
FixedWidthReader Constructor (TextReader)
Constructs a FixedWidthReader object using a TextReader object as the data source. Uses a comma as the column delimiter.

Namespace: DataStreams.FixedWidth
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public FixedWidthReader(
	TextReader inputStream
)

Parameters

inputStream
Type: System.IOTextReader
The stream to use as the data source.
See Also