www.csvreader.com

Creates a FixedWidthDataReader object using a file as the data source. Uses a comma as the column delimiter and Default as the encoding.

Overload List

Constructs a FixedWidthDataReader object using a Stream object as the data source. Uses a comma as the column delimiter.

public FixedWidthDataReader(Stream,Encoding);

Constructs a FixedWidthDataReader object using a TextReader object as the data source. Uses a comma as the column delimiter.

public FixedWidthDataReader(TextReader);

Creates a FixedWidthDataReader object using a file as the data source. Uses a comma as the column delimiter and Default as the encoding.

public FixedWidthDataReader(string);

See Also

FixedWidthDataReader Class | DataStreams.FixedWidth Namespace