ComponentOne Scheduler for WPF and Silverlight
Validate(Object,CultureInfo) Method

C1.WPF.Schedule Namespace > NumberStringValidator Class > Validate Method : Validate(Object,CultureInfo) Method
The value from the binding target to check.
The culture to use in this rule.
Performs validation checks on a value.
Syntax
'Declaration
 
Public Overloads Overrides Function Validate( _
   ByVal value As System.Object, _
   ByVal cultureInfo As System.Globalization.CultureInfo _
) As System.Windows.Controls.ValidationResult
public override System.Windows.Controls.ValidationResult Validate( 
   System.object value,
   System.Globalization.CultureInfo cultureInfo
)

Parameters

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

Return Value

A System.Windows.Controls.ValidationResult object.
See Also

Reference

NumberStringValidator Class
NumberStringValidator Members
Overload List