function
blob.readstring (shared-side)
Available since version: 0.2
This method will read data from a blob into a new string.
Declaration
string blob.readstring(int numberOfBytes)
Parameters
int
numberOfBytes: the number of bytes to read
Returns string
Returns the blob-sourced bytes as a string.