DECODE

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, 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   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next