/
BASE64_DECODE ()

BASE64_DECODE ()

BASE64_DECODE(STR)

 

Decodes a string in encoded in BASE64 format

FORMULA Description

Input Parameters

Parameter

Type

Default

Required

Description

Parameter

Type

Default

Required

Description

STR

String

 

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

Formula

Description

BASE64_DECODE(“SE9MQQ==”)

Returns “HOLA”



Related content