StringValidator Constructor (Int32, Int32)
.NET Framework (current version)
Initializes a new instance of the StringValidator class, based on supplied parameters.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- minLength
-
Type:
System::Int32
An integer that specifies the minimum length of the string value.
- maxLength
-
Type:
System::Int32
An integer that specifies the maximum length of the string value.
This StringValidator constructor ensures that the string being verified adheres to both a minimum and a maximum length.
.NET Framework
Available since 2.0
Available since 2.0
Show: