12 lines
327 B
Plaintext
Raw Normal View History

{
"name": "from_base64",
2020-07-02 01:46:48 +01:00
"groups": ["Conversions"],
"type": "function",
2020-05-20 09:51:16 +10:00
"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'"}
]
}