C# Class Utilities.Csv.CsvFileReader

Inheritance: System.IO.StreamReader
Mostra file Open project: feanz/Utilities

Public Methods

Method Description
CsvFileReader ( Stream stream, bool ignoreEmpty = false ) : System
CsvFileReader ( string filename, bool ignoreEmpty = false ) : System
ReadRow ( CsvRow row ) : bool

Reads a row of data from a CSV file

Method Details

CsvFileReader() public method

public CsvFileReader ( Stream stream, bool ignoreEmpty = false ) : System
stream Stream
ignoreEmpty bool
return System

CsvFileReader() public method

public CsvFileReader ( string filename, bool ignoreEmpty = false ) : System
filename string
ignoreEmpty bool
return System

ReadRow() public method

Reads a row of data from a CSV file
public ReadRow ( CsvRow row ) : bool
row CsvRow
return bool