Blob.toString_

Converts all the non printable characters of blob->data into the \xxx representation where xxx is the octal representation of the byte, and the '\' (backslash) character is converted to "\\".

class Blob
string
toString_
(
uint maxlen
)

Parameters

maxlen uint

a maximum len used to truncate, or 0 for no maximum length

Return Value

Type: string

a new string from blob