mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
{
|
|
"name": "to_string",
|
|
"type": "function",
|
|
"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'"}
|
|
]
|
|
}
|