StringValidator::CanValidate Method (Type^)

 

Determines whether an object can be validated based on type.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
virtual bool CanValidate(
	Type^ type
) override

Parameters

type
Type: System::Type^

The object type.

Return Value

Type: System::Boolean

true if the type parameter matches a string; otherwise, false.

The following example demonstrates how to use the CanValidate method. This code example is part of a larger example provided for the StringValidator class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: