StringValidator::CanValidate Method (Type^)
.NET Framework (current version)
Determines whether an object can be validated based on type.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- type
-
Type:
System::Type^
The object type.
The following example demonstrates how to use the CanValidate method. This code example is part of a larger example provided for the StringValidator class.
.NET Framework
Available since 2.0
Available since 2.0
Show: