logo
Expand description

Utility functions.

Functions

Convert binary data to a displayable format

Generates a String from length random UTF-8 chars. Note that the NULL character will be excluded to allow conversion to a CString if required, and that the actual len() of the returned String will likely be around 4 * length as most of the randomly-generated chars will consume 4 elements of the String.

Generates a readable String using provided length and only ASCII characters.