Validate Method (RangeValidation)
- Last UpdatedNov 06, 2025
- 1 minute read
Used to validate a value against the Min and Max variables on the class.
'Declaration
Public Sub Validate( _
ByVal name As String, _
ByVal value As Double, _
ByVal parameterValues As Hashtable _
)
'Usage
Dim instance As RangeValidation
Dim name As String
Dim value As Double
Dim parameterValues As Hashtable
instance.Validate(name, value, parameterValues)
Parameters
- name
- The name of the parameter being validated.
- value
- The value to be validated.
- parameterValues
- All the parameters that were passed to the Object.Command.