utilsTextIs8bit

Determines if text contains 8bit characters within the first len bytes.

bool
utilsTextIs8bit
(
ubyte[] text
)

Parameters

text ubyte[]

text to check for 8bit chars

Return Value

Type: bool

true if the text contains 8bit characters or false otherwise.