C# 클래스 GlobalPhone.Number

파일 보기 프로젝트 열기: Lundalogik/GlobalPhone 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ApplyNationalPrefixFormat string
FindFormatFor Format

공개 메소드들

메소드 설명
Normalize ( string str ) : string
Number ( Territory territory, string nationalString ) : System.Collections.Generic
ToString ( ) : string

비공개 메소드들

메소드 설명
ApplyNationalPrefixFormat ( string result ) : string
FindFormatFor ( string str ) : Format

메소드 상세

Normalize() 공개 정적인 메소드

public static Normalize ( string str ) : string
str string
리턴 string

Number() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string