www.csvreader.com

Creates a FixedWidthReader object using a file as the data source.

Overload List

Constructs a FixedWidthReader object using a Stream object as the data source.

public FixedWidthReader(Stream,Encoding);

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

public FixedWidthReader(TextReader);

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

public FixedWidthReader(string);

Creates a FixedWidthReader object using a file as the data source.

public FixedWidthReader(string,Encoding);

See Also

FixedWidthReader Class | DataStreams.FixedWidth Namespace