LongValidator Constructor (Int64, Int64, Boolean)
.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.
- rangeIsExclusive
-
Type:
System::Boolean
A Boolean value that specifies whether the validation range is exclusive.
The following code example demonstrates how to use the LongValidator constructor. This code example is part of a larger example provided for the LongValidator class.
.NET Framework
Available since 2.0
Available since 2.0
Show: