C# 클래스 GlobalPhone.Format

상속: Record
파일 보기 프로젝트 열기: GlobalPhone/GlobalPhone

공개 프로퍼티들

프로퍼티 타입 설명
NationalPrefixFormattingRule string

공개 메소드들

메소드 설명
Apply ( string nationalString, string type ) : string
Format ( object data ) : System
Match ( string nationalString, bool matchLeadingDigits = null ) : bool

비공개 메소드들

메소드 설명
FirstInPattern ( string nationalString ) : string
FormatReplacementString ( string type ) : string
MatchLeadingDigits ( string nationalString ) : bool
Replace ( Regex regex, string self, string evaluator ) : string

메소드 상세

Apply() 공개 메소드

public Apply ( string nationalString, string type ) : string
nationalString string
type string
리턴 string

Format() 공개 메소드

public Format ( object data ) : System
data object
리턴 System

Match() 공개 메소드

public Match ( string nationalString, bool matchLeadingDigits = null ) : bool
nationalString string
matchLeadingDigits bool
리턴 bool

프로퍼티 상세

NationalPrefixFormattingRule 공개적으로 프로퍼티

public string NationalPrefixFormattingRule
리턴 string