Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RegexStringValidator::CanValidate Method (Type^)

 

Determines whether the type of the object can be validated.

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

public:
virtual bool CanValidate(
	Type^ type
) override

Parameters

type
Type: System::Type^

The type of object.

Return Value

Type: System::Boolean

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

An exception is thrown if the validation fails.

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

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

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft