C# 클래스 Stumps.TextAnalyzer

A class that represents a set of String based functions.
파일 보기 프로젝트 열기: Cayan-LLC/stumps 1 사용 예제들

공개 메소드들

메소드 설명
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