C# Class FeliCa2Money.CsvRule

Mostra file Open project: tmurakam/felica2money Class Usage Examples

Public Methods

Method Description
SetFormat ( string format ) : void
parse ( string row ) : Transaction

Private Methods

Method Description
getCol ( string row, string key ) : string
getColInt ( string row, string key ) : int
getMultiCol ( string row, string key ) : string

Method Details

SetFormat() public method

public SetFormat ( string format ) : void
format string
return void

parse() public method

public parse ( string row ) : Transaction
row string
return Transaction