'Usage Dim instance As TextBoxArea Dim text As String Dim value As Boolean value = instance.ValidateText(text)
Parameters
- text
- A string representing the text to validate.
Return Value
true if the text is valid for the specified Mask; false otherwise.