C# Класс Stumps.TextAnalyzer

A class that represents a set of String based functions.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IsText ( byte buffer ) : bool

Determines whether the specified buffer is text.

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

IsText() публичный статический Метод

Determines whether the specified buffer is text.
public static IsText ( byte buffer ) : bool
buffer byte The buffer to determine is text.
Результат bool