Constructs a CsvReader object using a Stream object as the data source. Uses a comma as the column delimiter.
[Visual Basic]
Overloads Public Sub New( _
ByVal
inputStream As
Stream, _
ByVal
encoding As
Encoding _
)
Parameters
-
inputStream
- The stream to use as the data source.
-
encoding
- The Encoding to use while parsing the data.
See Also
CsvReader Class | DataStreams.Csv Namespace | CsvReader Constructor Overload List