C# Class GlobalPhone.Number

ファイルを表示 Open project: Lundalogik/GlobalPhone Class Usage Examples

Private Properties

Property Type Description
ApplyNationalPrefixFormat string
FindFormatFor Format

Public Methods

Method Description
Normalize ( string str ) : string
Number ( Territory territory, string nationalString ) : System.Collections.Generic
ToString ( ) : string

Private Methods

Method Description
ApplyNationalPrefixFormat ( string result ) : string
FindFormatFor ( string str ) : Format

Method Details

Normalize() public static method

public static Normalize ( string str ) : string
str string
return string

Number() public method

public Number ( Territory territory, string nationalString ) : System.Collections.Generic
territory Territory
nationalString string
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string