'Is there string formatting function in Kusto?
I am struggling to find that in the list of scalar functions. Is there something more convenient that strcat() for string formatting in Kusto?
Solution 1:[1]
you didn't specify what you're interested in formatting - you may want to clarify the requirement.
there are built-in functions such as format_bytes(), format_datetime(), format_timespan(), format_ipv4(), etc.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Yoni L. |
