mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
14 lines
373 B
Plaintext
14 lines
373 B
Plaintext
<h3>Funktion tostring()</h3>
|
|
Wandelt eine Zahl in eine Zeichenkette um.
|
|
|
|
<p><h4>Syntax</h4>
|
|
tostring(<i>zahl</i>)</p>
|
|
|
|
<p><h4>Argumente</h4>
|
|
<!-- List args for functions here-->
|
|
<i>zahl</i> -> ist eine ganze oder Fließkommazahl. Die in eine Zeichenkette umzuwandelnde Zahl.</p>
|
|
|
|
<p><h4>Beispiel</h4>
|
|
<!-- Show example of function.-->
|
|
tostring(123) -> '123'</p>
|