ESRI.ArcGIS.Mobile.Client
Validate Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace > PositiveIntegerValidationRule Class : Validate Method

value
The value from the binding target to check.
cultureInfo
The culture to use in this rule.
Performs validation checks on a value.

Syntax

Visual Basic (Declaration) 
Public Overrides Function Validate( _
   ByVal value As Object, _
   ByVal cultureInfo As CultureInfo _
) As ValidationResult
C# 
public override ValidationResult Validate( 
   object value,
   CultureInfo cultureInfo
)

Parameters

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

Return Value

A ValidationResult object.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also