CSVReader(StreamReader, CSVSettings) Constructor
Public Sub New( _
ByVal source As StreamReader, _
Optional ByVal settings As CSVSettings = null _
)
This language is not supported or no code example is available.
public CSVReader(
StreamReader source,
CSVSettings settings = null
)
This language is not supported or no code example is available.
public:
CSVReader(
StreamReader^ source,
CSVSettings^ settings
)
This language is not supported or no code example is available.
public function CSVReader(
source : StreamReader,
settings : CSVSettings
);
This language is not supported or no code example is available.
Parameters
- source
- StreamReader
The stream source. Note that when disposed, the CSV Reader will dispose the stream reader.
- settings
- CSVSettings
The CSV settings to use for this reader (Default: CSV)