RegexStringValidator.CanValidate(Type) 方法

定义

确定是否可以验证该对象的类型。

public:
 override bool CanValidate(Type ^ type);
public override bool CanValidate (Type type);
override this.CanValidate : Type -> bool
Public Overrides Function CanValidate (type As Type) As Boolean

参数

type
Type

对象的类型。

返回

如果 type 参数与字符串匹配,则为 true;否则为 false

注解

如果验证失败,将引发异常。

适用于