C# Class ProceXSS.Infrastructure.RegexHelper
显示文件
Open project: ziyasal/ProceXSS
Public Methods
Method |
Description |
|
ExecFor ( Regex regex, string inputValue ) : bool |
|
|
IsNumber ( string inputvalue ) : bool |
|
|
Method Details
public ExecFor ( Regex regex, string inputValue ) : bool |
regex |
System.Text.RegularExpressions.Regex |
|
inputValue |
string |
|
return |
bool |
|
public IsNumber ( string inputvalue ) : bool |
inputvalue |
string |
|
return |
bool |
|