[]
        
(Showing Draft Content)

C1.Win.Input.Validation.PreValidation.Validate

Validate Method

Validate(string, ErrorInfo)

Returns True if the text successfully passes validation using the current settings of the PreValidation object.

Declaration
public bool Validate(string text, ErrorInfo errorInfo)
Parameters
Type Name Description
string text

The input string to validate.

ErrorInfo errorInfo

Error information filled in case of failure.

Returns
Type Description
bool