Parameters
- validationProvider
- The validation provider used for the validation.
- componentToValidate
- The input component containing the text value to be used for the validation.
- valueToValidate
- A string representing the text value to be validated.
- validationMessage
- A reference to a string representing the last error message of the validation failure, if any.
Return Value
true if the input component contains valid information based on this validation expression; false otherwise.