Creates a FixedWidthReader object using a file as the data source.
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);
FixedWidthReader Class | DataStreams.FixedWidth Namespace