Validate |
Scroll |
Validates the field set with SetField.
Namespace: Therefore.API
Visual Basic Public Overridable Function Validate (strValue As String) As Boolean C# public virtual bool Validate (string strValue)
ParametersstrValue The value for the field set with SetField that should be validated
Return ValueTrue if the validation was successful. False if there was an error during validation. Use GetError to retrieve details about why the validation failed. |