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

Namespace: DataStreams.Csv
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public CsvDataReader(
	TextReader inputStream
)

Parameters

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