Skip to main content

blob.tostring()

Converts the blob to a string

Availability

Device + Agent

Returns

String — the string formed from the blob’s bytes

Description

This method copies the target blob’s bytes into a new string of 8-bit character values and then returns it. This is behavior unique to the imp implementation of Squirrel, not a standard behavior of the language.

Example Code