ESRI.ArcGIS.ADF.Core
Validate(Int32,Int32,Int32) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF Namespace > RangeValidator Class > Validate Method : Validate(Int32,Int32,Int32) Method




minValue
Minimum value.
maxValue
Maximum value.
theValue
Actual value.
Validate value.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Sub Validate( _
   ByVal minValue As Integer, _
   ByVal maxValue As Integer, _
   ByVal theValue As Integer _
) 
Visual Basic (Usage)Copy Code
Dim minValue As Integer
Dim maxValue As Integer
Dim theValue As Integer
 
RangeValidator.Validate(minValue, maxValue, theValue)
C# 
public static void Validate( 
   int minValue,
   int maxValue,
   int theValue
)

Parameters

minValue
Minimum value.
maxValue
Maximum value.
theValue
Actual value.

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

© 2011 All Rights Reserved.