Method | Description | |
---|---|---|
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 |
public static IsValidToken ( string s ) : bool | ||
s | string | |
return | bool |
public static ValidateAddress ( string s ) : void | ||
s | string | |
return | void |
public static ValidateByteString ( string s ) : void | ||
s | string | |
return | void |
public static ValidateDigits ( string s, bool pos, int minLength = 1 ) : void | ||
s | string | |
pos | bool | |
minLength | int | |
return | void |
public static ValidateEMail ( string value ) : void | ||
value | string | |
return | void |
public static ValidateNonWsString ( string s ) : void | ||
s | string | |
return | void |
public static ValidatePhoneNumber ( string value ) : void | ||
value | string | |
return | void |
public static ValidateProtocol ( string value ) : void | ||
value | string | |
return | void |
public static ValidateText ( string s ) : void | ||
s | string | |
return | void |
public static ValidateTime ( string value ) : void | ||
value | string | |
return | void |
public static ValidateToken ( string s ) : void | ||
s | string | |
return | void |
public static ValidateUnicastAddress ( string s ) : void | ||
s | string | |
return | void |