ComponentOne Input for WinForms
Validate Method (PostValidation)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > PostValidation Class : Validate Method
The value to validate.
Error information filled in case of failure.
Performs validation using the current settings of the PostValidation object. Returns true if vaidation was successful.
Syntax
'Declaration
 
Public Function Validate( _
   ByVal value As System.Object, _
   ByVal errorInfo As ErrorInfo _
) As System.Boolean
public System.bool Validate( 
   System.object value,
   ErrorInfo errorInfo
)

Parameters

value
The value to validate.
errorInfo
Error information filled in case of failure.
See Also

Reference

PostValidation Class
PostValidation Members