DECODE

4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next

version 2004


DECODE (blob)

ParameterTypeDescription
blobBLOBBLOB 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

ENCODE.


4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next