Method | Description | |
---|---|---|
Context ( IDeserializer serializer = null ) : System.Web.Script.Serialization | ||
Normalize ( string str, string territoryName = null ) : string | ||
Parse ( string str, string territoryName = null ) : |
||
TryNormalize ( string str, string &number, string territoryName = null ) : bool | ||
TryParse ( string str, |
||
Validate ( string str, string territoryName = null ) : bool |
public Context ( IDeserializer serializer = null ) : System.Web.Script.Serialization | ||
serializer | IDeserializer | |
return | System.Web.Script.Serialization |
public Normalize ( string str, string territoryName = null ) : string | ||
str | string | |
territoryName | string | |
return | string |
public Parse ( string str, string territoryName = null ) : |
||
str | string | |
territoryName | string | |
return |
public TryNormalize ( string str, string &number, string territoryName = null ) : bool | ||
str | string | |
number | string | |
territoryName | string | |
return | bool |
public TryParse ( string str, |
||
str | string | |
number | ||
territoryName | string | |
return | bool |
public Validate ( string str, string territoryName = null ) : bool | ||
str | string | |
territoryName | string | |
return | bool |