mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
12 lines
327 B
Plaintext
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'"}
|
|
]
|
|
}
|