C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / PostValidation Class / ValidateValuesAndIntervals Method
The value to validate.
Error information filled in case of failure.

In This Topic
ValidateValuesAndIntervals Method
In This Topic
Performs validation of the value against the collections of Values, ValuesExcluded and Intervals.
Syntax
'Declaration
 
Public Function ValidateValuesAndIntervals( _
   ByVal value As Object, _
   ByVal errorInfo As ErrorInfo _
) As Boolean
 

Parameters

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