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




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

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Sub Validate( _
   ByVal minValue As UInteger, _
   ByVal maxValue As UInteger, _
   ByVal theValue As UInteger _
) 
Visual Basic (Usage)Copy Code
Dim minValue As UInteger
Dim maxValue As UInteger
Dim theValue As UInteger
 
RangeValidator.Validate(minValue, maxValue, theValue)
C# 
public static void Validate( 
   uint minValue,
   uint maxValue,
   uint 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.