Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
FeliCa2Money
CsvRule
C# 클래스 FeliCa2Money.CsvRule
파일 보기
프로젝트 열기: tmurakam/felica2money
1 사용 예제들
공개 메소드들
메소드
설명
SetFormat
(
string
format
) :
void
parse
(
string
row
) :
Transaction
비공개 메소드들
메소드
설명
getCol
(
string
row
,
string
key
) :
string
getColInt
(
string
row
,
string
key
) :
int
getMultiCol
(
string
row
,
string
key
) :
string
메소드 상세
SetFormat()
공개
메소드
public
SetFormat
(
string
format
) :
void
format
string
리턴
void
parse()
공개
메소드
public
parse
(
string
row
) :
Transaction
row
string
리턴
Transaction