C# Класс DOTNETIDS.NullByteFilter

A Filter that uses Regular Expressions for its matching
Наследование: Filter
Показать файл Открыть проект Примеры использования класса

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

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

Match the null byte rule against the input

NullByteFilter ( ) : System

Create a new null byte filter object

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

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

Match the null byte rule against the input
public Match ( string MatchText ) : bool
MatchText string The input
Результат bool

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

Create a new null byte filter object
public NullByteFilter ( ) : System
Результат System