C# Class Stumps.TextAnalyzer

A class that represents a set of String based functions.
Afficher le fichier Open project: Cayan-LLC/stumps Class Usage Examples

Méthodes publiques

Méthode Description
IsText ( byte buffer ) : bool

Determines whether the specified buffer is text.

Method Details

IsText() public static méthode

Determines whether the specified buffer is text.
public static IsText ( byte buffer ) : bool
buffer byte The buffer to determine is text.
Résultat bool