C# Class GlobalPhone.Context

Mostrar archivo Open project: GlobalPhone/GlobalPhone

Public Methods

Method Description
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

Method Details

Context() public method

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

Normalize() public method

public Normalize ( string str, string territoryName = null ) : string
str string
territoryName string
return string

Parse() public method

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

TryNormalize() public method

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

TryParse() public method

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

Validate() public method

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