Files
hugo/content/en/functions/lang/FormatPercent.md
T
2023-09-30 21:03:52 -07:00

614 B

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

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