×

Format Currency

iOS 14 +

Notes

Formate an amount to the chosen currency

Syntax

formatCurrency(amount: <#Double#>, currencyCode: <#String (Allows Variables)#>, roundTo: <#Integer#>)

Example

formatCurrency(amount: 42120, currencyCode: "GBP", roundTo: 2)