Skip to content

Commit e84b54e

Browse files
authored
Merge pull request #103055 from ecfan/patch-7
More format tweaks
2 parents 424aac5 + eafa742 commit e84b54e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/workflow-definition-language-functions-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2128,15 +2128,15 @@ formatNumber(1234567890, '{0:0,0.00}', 'is-is')
21282128
Suppose that you want to format the number `17.35`. This example formats the number to the string "$17.35".
21292129

21302130
```
2131-
formatNumber(17.36, '{0:C2}')
2131+
formatNumber(17.36, 'C2')
21322132
```
21332133

21342134
*Example 4*
21352135

21362136
Suppose that you want to format the number `17.35`. This example formats the number to the string "17,35 kr".
21372137

21382138
```
2139-
formatNumber(17.36, '{0:C2}', 'is-is')
2139+
formatNumber(17.36, 'C2', 'is-is')
21402140
```
21412141

21422142
<a name="getFutureTime"></a>

0 commit comments

Comments
 (0)