C# Класс wmib.Core.RegexCheck

This is a class that check if regex matches value while it doesn't affect the system thread
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IsMatch ( ) : int

Return 1 in case that regex match, 0 if it doesn't, 2 if it timed out, and 800 error

RegexCheck ( string Regex, string Data ) : System

Creates a new instance of regex check

Приватные методы

Метод Описание
Run ( ) : void

Start check

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

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

Return 1 in case that regex match, 0 if it doesn't, 2 if it timed out, and 800 error
public IsMatch ( ) : int
Результат int

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

Creates a new instance of regex check
public RegexCheck ( string Regex, string Data ) : System
Regex string
Data string
Результат System