[]
        
(Showing Draft Content)

C1.Win.Input.Validation.PostValidation.Validate

Validate Method

Validate(object, ErrorInfo)

Performs validation using the current settings of the PostValidation object. Returns true if vaidation was successful.

Declaration
public bool Validate(object value, ErrorInfo errorInfo)
Parameters
Type Name Description
object value

The value to validate.

ErrorInfo errorInfo

Error information filled in case of failure.

Returns
Type Description
bool