IntegerValidator Constructor (Int32, Int32)
.NET Framework (current version)
Initializes a new instance of the IntegerValidator class.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- minValue
-
Type:
System::Int32
An Int32 object that specifies the minimum value.
- maxValue
-
Type:
System::Int32
An Int32 object that specifies the maximum value.
This IntegerValidator constructor ensures that the integer being verified adheres to both a minimum and a maximum length.
.NET Framework
Available since 2.0
Available since 2.0
Show: