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
public override ValidationResult Validate(
	Object value,
	CultureInfo cultureInfo
)

Parameters

value
Type: SystemObject
The value to check.
cultureInfo
Type: System.GlobalizationCultureInfo
The culture to use in this check.

Return Value

Type: ValidationResult
A ValidationResult object.
See Also