www.csvreader.com

Creates a CsvDataReader object using a file as the data source. Uses a comma as the column delimiter and Default as the encoding.

[Visual Basic]
Overloads Public Sub New( _
   ByVal fileName As String _
)
[C#]
public CsvDataReader(
   string fileName
);

Parameters

fileName
The path to the file to use as the data source.

See Also

CsvDataReader Class | Csv Namespace | CsvDataReader Constructor Overload List