C# Class Stumps.TextAnalyzer

A class that represents a set of String based functions.
Exibir arquivo 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