Geocortex Essentials WPF API Reference for Workflow
RegexValidationItemValidate Method |
Performs validation checks on a value.
Namespace: Geocortex.Forms.Client.Items.Validation
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
Parameters
- value
- Type: SystemObject
The value to check. - cultureInfo
- Type: System.GlobalizationCultureInfo
The culture to use in this check.
Return Value
Type: ValidationResultA ValidationResult object.
See Also