mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-30 00:02:27 -04:00
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
|
|
{
|
|
"name": "to_base64",
|
|
"type": "function",
|
|
"description": "Encodes a provided string using Base64.",
|
|
"variableLenArguments": false,
|
|
"arguments": [
|
|
{"arg":"string", "description": "the string to encode"}],
|
|
"examples": [ { "expression":"to_base64('QGIS')", "returns":"'UUdJUw=='"}
|
|
]
|
|
}
|