C# Class FeliCa2Money.CsvRule

Afficher le fichier Open project: tmurakam/felica2money Class Usage Examples

Méthodes publiques

Méthode Description
SetFormat ( string format ) : void
parse ( string row ) : Transaction

Private Methods

Méthode Description
getCol ( string row, string key ) : string
getColInt ( string row, string key ) : int
getMultiCol ( string row, string key ) : string

Method Details

SetFormat() public méthode

public SetFormat ( string format ) : void
format string
Résultat void

parse() public méthode

public parse ( string row ) : Transaction
row string
Résultat Transaction