- String<div class="mdesc"><div class="short">Formats the number according to the format string.
-<div style="margin-left:40px">examples (123456.789):
-<div style=...</div><div class="long">Formats the number according to the format string.\r
-<div style="margin-left:40px">examples (123456.789):\r
-<div style="margin-left:10px">\r
-0 - (123456) show only digits, no precision<br>\r
-0.00 - (123456.78) show only digits, 2 precision<br>\r
-0.0000 - (123456.7890) show only digits, 4 precision<br>\r
-0,000 - (123,456) show comma and digits, no precision<br>\r
-0,000.00 - (123,456.78) show comma and digits, 2 precision<br>\r
-0,0.00 - (123,456.78) shortcut method, show comma and digits, 2 precision<br>\r
-To reverse the grouping (,) and decimal (.) for international numbers, add /i to the end.\r
-For example: 0.000,00/i\r
+ String<div class="mdesc"><div class="short">Formats the number according to the format string.
+<div style="margin-left:40px">examples (123456.789):
+<div style="m...</div><div class="long">Formats the number according to the format string.
+<div style="margin-left:40px">examples (123456.789):
+<div style="margin-left:10px">
+0 - (123456) show only digits, no precision<br>
+0.00 - (123456.78) show only digits, 2 precision<br>
+0.0000 - (123456.7890) show only digits, 4 precision<br>
+0,000 - (123,456) show comma and digits, no precision<br>
+0,000.00 - (123,456.78) show comma and digits, 2 precision<br>
+0,0.00 - (123,456.78) shortcut method, show comma and digits, 2 precision<br>
+To reverse the grouping (,) and decimal (.) for international numbers, add /i to the end.
+For example: 0.000,00/i