title |
description |
categories |
keywords |
menu |
function |
relatedFunctions |
lang.FormatCurrency |
Returns a currency representation of a number for the given currency and precision for the current language. |
|
|
|
aliases |
returnType |
signatures |
|
string |
lang.FormatAccounting PRECISION CURRENCY NUMBER |
|
|
lang.FormatAccounting |
lang.FormatCurrency |
lang.FormatNumber |
lang.FormatNumberCustom |
lang.FormatPercent |
|
{{ 512.5032 | lang.FormatCurrency 2 "USD" }} → $512.50
{{% note %}}
{{% readfile file="/functions/_common/locales.md" %}}
{{% /note %}}