to_string


Description:

public string to_string (uint maxlen)

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 "\\".

Parameters:

this

a correctly filled GdaBlob structure

maxlen

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

Returns:

a new string from this