2020-07-02 15:03:16 +10:00

12 lines
327 B
Plaintext

{
"name": "from_base64",
"groups": ["Conversions"],
"type": "function",
"description": "Decodes a string in the Base64 encoding into a binary value.",
"arguments": [
{"arg":"string", "description": "the string to decode"}],
"examples": [ { "expression":"from_base64('UUdJUw==')", "returns":"'QGIS'"}
]
}