ComponentOne Input for WinForms
ValidateValuesAndIntervals Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > PostValidation Class : ValidateValuesAndIntervals Method
The value to validate.
Error information filled in case of failure.
Performs validation of the value against the collections of Values, ValuesExcluded and Intervals.
Syntax
'Declaration
 
Public Function ValidateValuesAndIntervals( _
   ByVal value As System.Object, _
   ByVal errorInfo As ErrorInfo _
) As System.Boolean
public System.bool ValidateValuesAndIntervals( 
   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