C# 클래스 Stumps.TextMatch

A class that provides text matching for various rules.
파일 보기 프로젝트 열기: Cayan-LLC/stumps

공개 메소드들

메소드 설명
IsMatch ( string value ) : bool

Determines whether the specified value matches the text.

TextMatch ( string value, bool ignoreCase ) : System

Initializes a new instance of the T:Stumps.TextMatch class.

메소드 상세

IsMatch() 공개 메소드

Determines whether the specified value matches the text.
public IsMatch ( string value ) : bool
value string The value to evaluate.
리턴 bool

TextMatch() 공개 메소드

Initializes a new instance of the T:Stumps.TextMatch class.
public TextMatch ( string value, bool ignoreCase ) : System
value string The value used to match.
ignoreCase bool If set to true, capitalization is ignored.
리턴 System