PositiveTimeSpanValidator::CanValidate Method (Type^)
.NET Framework (current version)
Determines whether the object type can be validated.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- type
-
Type:
System::Type^
The object type.
Return Value
Type: System::Booleantrue if the type parameter matches a TimeSpan object; otherwise, false.
The following code example demonstrates how to use the CanValidate method. This code example is part of a larger example provided for the PositiveTimeSpanValidator class.
.NET Framework
Available since 2.0
Available since 2.0
Show: