version 2004
DECODE (blob)
Parameter | Type | Description | |
blob | BLOB | BLOB encoded in Base64 format | |
Decoded BLOB |
Description
The DECODE command allows you to decode the BLOB coded in Base64 format passed in the blob parameter. The command directly modifies the BLOB passed as a parameter.
The command does not verify the contents of the blob. You must verify that the data passed is really coded in Base64 format, otherwise the result will be incorrect.
See Also