C# Class GlobalPhone.Context

Afficher le fichier Open project: GlobalPhone/GlobalPhone

Méthodes publiques

Méthode 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 méthode

public Context ( IDeserializer serializer = null ) : System.Web.Script.Serialization
serializer IDeserializer
Résultat System.Web.Script.Serialization

Normalize() public méthode

public Normalize ( string str, string territoryName = null ) : string
str string
territoryName string
Résultat string

Parse() public méthode

public Parse ( string str, string territoryName = null ) : Number
str string
territoryName string
Résultat Number

TryNormalize() public méthode

public TryNormalize ( string str, string &number, string territoryName = null ) : bool
str string
number string
territoryName string
Résultat bool

TryParse() public méthode

public TryParse ( string str, Number &number, string territoryName = null ) : bool
str string
number Number
territoryName string
Résultat bool

Validate() public méthode

public Validate ( string str, string territoryName = null ) : bool
str string
territoryName string
Résultat bool