C# 클래스 Tmds.Sdp.Grammar

파일 보기 프로젝트 열기: bbc/sdp-test 1 사용 예제들

공개 메소드들

메소드 설명
IsValidToken ( string s ) : bool
ValidateAddress ( string s ) : void
ValidateByteString ( string s ) : void
ValidateDigits ( string s, bool pos, int minLength = 1 ) : void
ValidateEMail ( string value ) : void
ValidateNonWsString ( string s ) : void
ValidatePhoneNumber ( string value ) : void
ValidateProtocol ( string value ) : void
ValidateText ( string s ) : void
ValidateTime ( string value ) : void
ValidateToken ( string s ) : void
ValidateUnicastAddress ( string s ) : void

메소드 상세

IsValidToken() 공개 정적인 메소드

public static IsValidToken ( string s ) : bool
s string
리턴 bool

ValidateAddress() 공개 정적인 메소드

public static ValidateAddress ( string s ) : void
s string
리턴 void

ValidateByteString() 공개 정적인 메소드

public static ValidateByteString ( string s ) : void
s string
리턴 void

ValidateDigits() 공개 정적인 메소드

public static ValidateDigits ( string s, bool pos, int minLength = 1 ) : void
s string
pos bool
minLength int
리턴 void

ValidateEMail() 공개 정적인 메소드

public static ValidateEMail ( string value ) : void
value string
리턴 void

ValidateNonWsString() 공개 정적인 메소드

public static ValidateNonWsString ( string s ) : void
s string
리턴 void

ValidatePhoneNumber() 공개 정적인 메소드

public static ValidatePhoneNumber ( string value ) : void
value string
리턴 void

ValidateProtocol() 공개 정적인 메소드

public static ValidateProtocol ( string value ) : void
value string
리턴 void

ValidateText() 공개 정적인 메소드

public static ValidateText ( string s ) : void
s string
리턴 void

ValidateTime() 공개 정적인 메소드

public static ValidateTime ( string value ) : void
value string
리턴 void

ValidateToken() 공개 정적인 메소드

public static ValidateToken ( string s ) : void
s string
리턴 void

ValidateUnicastAddress() 공개 정적인 메소드

public static ValidateUnicastAddress ( string s ) : void
s string
리턴 void