Skip to content

Commit

Permalink
Update to_string
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored Feb 7, 2025
1 parent c1e5e62 commit 7c5db3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/function_help/json/to_string
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "to_string",
"type": "function",
"groups": ["Conversions", "String"],
"description": "Converts a number to string.",
"description": "Converts a number to string. The conversion is not locale-aware, see 'format_number' for a locale-aware alternative.",
"arguments": [{
"arg": "number",
"description": "Integer or real value. The number to convert to string. The conversion is not locale-aware, see 'format_number' for a locale-aware alternative."
"description": "Integer or real value. The number to convert to string."
}],
"examples": [{
"expression": "to_string(1.23)",
Expand Down

0 comments on commit 7c5db3b

Please sign in to comment.