You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/ppl/functions/conversion.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Description
86
86
>>>>>>>>>>>
87
87
The following usage options are available, depending on the parameter types and the number of parameters.
88
88
89
-
Usage with format type: tostring(ANY, [format]): Converts the number in first argument to provided format type string in second argument. If second argument is not provided, then it converts to default string representation.
89
+
Usage with format type: tostring(ANY, [format]): Converts the value in first argument to provided format type string in second argument. If second argument is not provided, then it converts to default string representation.
90
90
Return type: string
91
91
92
92
Usage for boolean parameter without format type tostring(boolean): Converts the string to 'TRUE' or 'FALSE'.
0 commit comments