[]
Returns True if the text successfully passes validation using the current settings of the PreValidation object.
public bool Validate(string text, ErrorInfo errorInfo)
Public Function Validate(text As String, errorInfo As ErrorInfo) As Boolean
| Type | Name | Description |
|---|---|---|
| string | text | The input string to validate. |
| ErrorInfo | errorInfo | Error information filled in case of failure. |
| Type | Description |
|---|---|
| bool |