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