CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Reader Constructor

Some attributes and methods of the Reader class are available in the commercial version only.

Instantiates an instance of a Reader for the CSV file located at the specified path.

Overload List

Instantiates an instance of a Reader for the CSV file located at the specified path.

public Reader(string);

Instantiates an instance of a Reader for the CSV file located at the specified path.

public Reader(string,FormatInfo);

Instantiates an instance of a Reader for the CSV file located at the specified path and indicates that the file contains a row of column headers.

public Reader(string,bool);

Instantiates an instance of a Reader for the CSV file located at the specified path and indicates that the file contains a row of column headers.

public Reader(string,bool,FormatInfo);

Instantiates an instance of a Reader for the CSV file located at the specified path and indicates that the file contains a row of column headers.

public Reader(string,bool,bool);

Instantiates an instance of a Reader for the CSV file located at the specified path and indicates that the file contains a row of column headers.

public Reader(string,bool,bool,FormatInfo);

See Also

Reader Class | AldenSystems.CSVEngine Namespace