Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Stumps
TextAnalyzer
C# Class Stumps.TextAnalyzer
A class that represents a set of String based functions.
Datei anzeigen
Open project: Cayan-LLC/stumps
Class Usage Examples
Public Methods
Method
Description
IsText
(
byte
buffer
) :
bool
Determines whether the specified buffer is text.
Method Details
IsText()
public
static
method
Determines whether the specified buffer is text.
public
static
IsText
(
byte
buffer
) :
bool
buffer
byte
The buffer to determine is text.
return
bool