4D v14.3BASE64 DECODE |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
BASE64 DECODE
BASE64 DECODE
The BASE64 DECODE command allows you to decode the BLOB coded in Base64 format passed in the encodedText or blob parameter. If you pass the encodedText parameter, the command decodes its contents and returns it in the blob parameter. It must contain a BLOB encoded in Base64 format. In this case, the initial contents of the blob parameter are ignored by the command. The command does not verify the contents of the encodedText or blob parameter. You must verify that the data passed is actually coded in Base64 format, otherwise the result will be incorrect. This example lets you transfer a picture via a BLOB: C_BLOB($sourceBlob) |
PROPERTIES
Product: 4D
HISTORY
Created: 4D 2004 SEE ALSO
BASE64 ENCODE ARTICLE USAGE
4D Language Reference ( 4D v12.4) Inherited from : DECODE ( 4D v11 SQL Release 6) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||