C# 클래스 Xsolla.ValidatorCreditCard

상속: ValidatorBase
파일 보기 프로젝트 열기: xsolla/xsolla-unity-sdk 1 사용 예제들

공개 메소드들

메소드 설명
Validate ( string s ) : bool
ValidatorCreditCard ( ) : System
ValidatorCreditCard ( string s ) : System
checkLuhn ( int digits ) : bool
strToIntArr ( string intString ) : int[]

메소드 상세

Validate() 공개 메소드

public Validate ( string s ) : bool
s string
리턴 bool

ValidatorCreditCard() 공개 메소드

public ValidatorCreditCard ( ) : System
리턴 System

ValidatorCreditCard() 공개 메소드

public ValidatorCreditCard ( string s ) : System
s string
리턴 System

checkLuhn() 공개 정적인 메소드

public static checkLuhn ( int digits ) : bool
digits int
리턴 bool

strToIntArr() 공개 메소드

public strToIntArr ( string intString ) : int[]
intString string
리턴 int[]