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