C# Class GlobalPhone.Format

Inheritance: Record
Afficher le fichier Open project: GlobalPhone/GlobalPhone

Méthodes publiques

Свойство Type Description
NationalPrefixFormattingRule string

Méthodes publiques

Méthode Description
Apply ( string nationalString, string type ) : string
Format ( object data ) : System
Match ( string nationalString, bool matchLeadingDigits = null ) : bool

Private Methods

Méthode Description
FirstInPattern ( string nationalString ) : string
FormatReplacementString ( string type ) : string
MatchLeadingDigits ( string nationalString ) : bool
Replace ( Regex regex, string self, string evaluator ) : string

Method Details

Apply() public méthode

public Apply ( string nationalString, string type ) : string
nationalString string
type string
Résultat string

Format() public méthode

public Format ( object data ) : System
data object
Résultat System

Match() public méthode

public Match ( string nationalString, bool matchLeadingDigits = null ) : bool
nationalString string
matchLeadingDigits bool
Résultat bool

Property Details

NationalPrefixFormattingRule public_oe property

public string NationalPrefixFormattingRule
Résultat string