'Declaration
Public Function Validate( _ ByVal newValue As System.Object, _ ByVal valueType As System.Type, _ ByRef errorMessage As System.String _ ) As System.Boolean
'Usage
Dim instance As RequiredAttribute Dim newValue As System.Object Dim valueType As System.Type Dim errorMessage As System.String Dim value As System.Boolean value = instance.Validate(newValue, valueType, errorMessage)
public System.bool Validate( System.object newValue, System.Type valueType, out System.string errorMessage )
Parameters
- newValue
- valueType
- errorMessage