Converts a Magic xpa BLOB to a BLOB variable encoded in the BASE-64 algorithm.
Syntax:
BlobToBase64(BLOB)
Parameters:
BLOB: A BLOB to encode in BASE-64.
Returns:
Returns a BLOB variable containing the binary value encoded in BASE-64.
See also:
BlobFromBase64
The Online and Rich Client Samples projects (program CV13 and RCV13)