/
BASE64_DECODE ()
BASE64_DECODE ()
BASE64_DECODE(STR) |
Decodes a string in encoded in BASE64 format
FORMULA Description
Input Parameters
Parameter | Type | Default | Required | Description |
---|---|---|---|---|
STR |
| Yes | String to decode
|
Execution
Always. Calculated on-the-fly whenever an ITEM of a FORM is changed (by means of form_set_answer(), or when the FORM is opened
Examples
Formula | Description |
---|---|
BASE64_DECODE(“SE9MQQ==”) | Returns “HOLA” |
, multiple selections available,
Related content
BASE64_ENCODE ()
BASE64_ENCODE ()
More like this
datacode_get()
datacode_get()
More like this
formula_parse ()
formula_parse ()
More like this
FORM_OPEN ()
FORM_OPEN ()
More like this
formula_exec ()
formula_exec ()
More like this
#ELEMENT:QR
#ELEMENT:QR
More like this