| CsvReader Constructor (String, Char) |
Creates a
CsvReader object using a
file as the data source. Uses
Default
as the encoding.
Namespace: DataStreams.CsvAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public CsvReader(
string fileName,
char delimiter
)
Public Sub New (
fileName As String,
delimiter As Char
)
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.
See Also