hugo/docs/content/en/functions/lang/FormatNumber.md
2023-10-20 09:43:56 +02:00

607 B

title description categories keywords menu function relatedFunctions
lang.FormatNumber Returns a numeric representation of a number with the given precision for the current language.
functions
docs
parent
functions
aliases returnType signatures
string
lang.FormatNumber PRECISION NUMBER
lang.FormatAccounting
lang.FormatCurrency
lang.FormatNumber
lang.FormatNumberCustom
lang.FormatPercent
{{ 512.5032 | lang.FormatNumber 2 }} → 512.50

{{% note %}} {{% readfile file="/functions/_common/locales.md" %}} {{% /note %}}