FixedWidthDataReader Constructor |
Name | Description | |
---|---|---|
FixedWidthDataReader(TextReader) |
Constructs a FixedWidthDataReader object using
a TextReader object as the data
source. Uses a comma as the column delimiter.
| |
FixedWidthDataReader(String) |
Creates a FixedWidthDataReader object using a
file as the data source. Uses a comma as the column
delimiter and Default as the
encoding.
| |
FixedWidthDataReader(Stream, Encoding) |
Constructs a FixedWidthDataReader object using
a Stream object as the data
source. Uses a comma as the column delimiter.
|