Creates a FixedWidthDataReader object using a file as the data source. Uses a comma as the column delimiter and Default as the encoding.
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);
FixedWidthDataReader Class | DataStreams.FixedWidth Namespace