C# Класс Stumps.TextContainsMatch

A class that determins if a block of text contains a specified value.
Наследование: TextMatch
Показать файл Открыть проект

Открытые методы

Метод Описание
IsMatch ( string value ) : bool

Determines whether the specified value matches the text.

TextContainsMatch ( string value, bool ignoreCase )

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

Описание методов

IsMatch() публичный Метод

Determines whether the specified value matches the text.
public IsMatch ( string value ) : bool
value string The value to evaluate.
Результат bool

TextContainsMatch() публичный Метод

Initializes a new instance of the T:Stumps.TextContainsMatch class.
public TextContainsMatch ( string value, bool ignoreCase )
value string The value to find.
ignoreCase bool If set to true, capitalization is ignored.