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