C# 클래스 GlobalPhone.Context

파일 보기 프로젝트 열기: GlobalPhone/GlobalPhone

공개 메소드들

메소드 설명
Context ( IDeserializer serializer = null ) : System.Web.Script.Serialization
Normalize ( string str, string territoryName = null ) : string
Parse ( string str, string territoryName = null ) : Number
TryNormalize ( string str, string &number, string territoryName = null ) : bool
TryParse ( string str, Number &number, string territoryName = null ) : bool
Validate ( string str, string territoryName = null ) : bool

메소드 상세

Context() 공개 메소드

public Context ( IDeserializer serializer = null ) : System.Web.Script.Serialization
serializer IDeserializer
리턴 System.Web.Script.Serialization

Normalize() 공개 메소드

public Normalize ( string str, string territoryName = null ) : string
str string
territoryName string
리턴 string

Parse() 공개 메소드

public Parse ( string str, string territoryName = null ) : Number
str string
territoryName string
리턴 Number

TryNormalize() 공개 메소드

public TryNormalize ( string str, string &number, string territoryName = null ) : bool
str string
number string
territoryName string
리턴 bool

TryParse() 공개 메소드

public TryParse ( string str, Number &number, string territoryName = null ) : bool
str string
number Number
territoryName string
리턴 bool

Validate() 공개 메소드

public Validate ( string str, string territoryName = null ) : bool
str string
territoryName string
리턴 bool