C# Class Utilities.Csv.CsvFileReader

Inheritance: System.IO.StreamReader
Afficher le fichier Open project: feanz/Utilities

Méthodes publiques

Méthode 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 méthode

public CsvFileReader ( Stream stream, bool ignoreEmpty = false ) : System
stream Stream
ignoreEmpty bool
Résultat System

CsvFileReader() public méthode

public CsvFileReader ( string filename, bool ignoreEmpty = false ) : System
filename string
ignoreEmpty bool
Résultat System

ReadRow() public méthode

Reads a row of data from a CSV file
public ReadRow ( CsvRow row ) : bool
row CsvRow
Résultat bool