RuleBaseValidate Method

Performs validation checks on a value.

Definition

Namespace: Common.Wpf.Rules
Assembly: Common.Wpf.Resources (in Common.Wpf.Resources.dll) Version: 2.0.6
C#
public abstract ValidationResult Validate(
	Object value,
	CultureInfo cultureInfo
)

Parameters

value  Object
The value from the binding target to check.
cultureInfo  CultureInfo
The culture to use in this rule.

Return Value

ValidationResult
A ValidationResult object.

See Also