C# Class ProceXSS.Infrastructure.RegexHelper

Inheritance: IRegexHelper
ファイルを表示 Open project: ziyasal/ProceXSS

Public Methods

Method Description
ExecFor ( Regex regex, string inputValue ) : bool
IsNumber ( string inputvalue ) : bool

Method Details

ExecFor() public method

public ExecFor ( Regex regex, string inputValue ) : bool
regex System.Text.RegularExpressions.Regex
inputValue string
return bool

IsNumber() public method

public IsNumber ( string inputvalue ) : bool
inputvalue string
return bool