Method IsValid
IsValid(string)
Returns the error message if the contents of val are invalid or
the empty string if val is valid.
string IsValid(string val)
Parameters
valstringString value.
Returns the error message if the contents of val are invalid or
the empty string if val is valid.
string IsValid(string val)
val stringString value.