| CsvDataReader Constructor (String, Char, Encoding) |
Namespace: DataStreams.CsvAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public CsvDataReader(
string fileName,
char delimiter,
Encoding encoding
)
Public Sub New (
fileName As String,
delimiter As Char,
encoding As Encoding
)
Parameters
- fileName
- Type: SystemString
The path to the file to use as the data source.
- delimiter
- Type: SystemChar
The character to use as the column delimiter.
- encoding
- Type: System.TextEncoding
The Encoding to use while parsing the data.
See Also