Lucee Function Reference
tostring()
Converts a value to a string.
Beispiel
tostring([any value,[string encoding]]):string
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
value | any | No | Value to convert to a string; can be a simple value such as an integer, a binary object, or an XML document object. |
encoding | string | No | The character encoding (character set) of the string. |