RegexStringValidator.CanValidate Method (Type)

 

Determines whether the type of the object can be validated.

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

override CanValidate : 
        type:Type -> bool

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: