mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
8 lines
260 B
Plaintext
8 lines
260 B
Plaintext
|
{
|
||
|
"function": "to_string",
|
||
|
"description": "Converts a number to string.",
|
||
|
"arguments": [ {"arg":"number","description":"Integer or real value. The number to convert to string."}],
|
||
|
"examples": [ { "expression":"to_string(123)", "returns":"'123'"}
|
||
|
]
|
||
|
}
|