RequiredRuleValidate Method
Performs validation checks on a value.
Namespace: Common.Wpf.RulesAssembly: Common.Wpf.Resources (in Common.Wpf.Resources.dll) Version: 2.0.6
public override ValidationResult Validate(
Object value,
CultureInfo cultureInfo
)
- value Object
- The value from the binding target to check.
- cultureInfo CultureInfo
- The culture to use in this rule.
ValidationResultA ValidationResult object.