[]
Performs validation checks on a value.
public override ValidationResult Validate(object value, CultureInfo cultureInfo)
Type | Name | Description |
---|---|---|
object | value | The value from the binding target to check. |
CultureInfo | cultureInfo | The culture to use in this rule. |
Type | Description |
---|---|
ValidationResult | A ValidationResult object. |