Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
System
Configuration
RegexStringValidator
C# Class System.Configuration.RegexStringValidator
Inheritance:
ConfigurationValidatorBase
显示文件
Open project: gbarnett/shared-source-cli-2.0
Class Usage Examples
Public Methods
Method
Description
CanValidate
(
Type
type
) :
bool
RegexStringValidator
(
string
regex
) :
System
Validate
(
object
value
) :
void
Method Details
CanValidate()
public
method
public
CanValidate
(
Type
type
) :
bool
type
System.Type
return
bool
RegexStringValidator()
public
method
public
RegexStringValidator
(
string
regex
) :
System
regex
string
return
System
Validate()
public
method
public
Validate
(
object
value
) :
void
value
object
return
void