Click or drag to resize
FixedWidthDataReader Constructor
Overload List
  NameDescription
Public methodFixedWidthDataReader(TextReader)
Constructs a FixedWidthDataReader object using a TextReader object as the data source. Uses a comma as the column delimiter.
Public methodFixedWidthDataReader(String)
Creates a FixedWidthDataReader object using a file as the data source. Uses a comma as the column delimiter and Default as the encoding.
Public methodFixedWidthDataReader(Stream, Encoding)
Constructs a FixedWidthDataReader object using a Stream object as the data source. Uses a comma as the column delimiter.
Top
See Also