mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-29 19:52:09 -05:00
9b0050e9aa
git-subtree-dir: docs git-subtree-split: 5c085a37b297bf12f59efeaae591418ec025c10d
21 lines
562 B
Markdown
21 lines
562 B
Markdown
---
|
|
title: lang.FormatPercent
|
|
description: Returns a percentage representation of a number with the given precision for the current language and region.
|
|
categories: []
|
|
keywords: []
|
|
action:
|
|
aliases: []
|
|
related:
|
|
- functions/lang/FormatAccounting
|
|
- functions/lang/FormatCurrency
|
|
- functions/lang/FormatNumber
|
|
- functions/lang/FormatNumberCustom
|
|
returnType: string
|
|
signatures: [lang.FormatPercent PRECISION NUMBER]
|
|
---
|
|
|
|
```go-html-template
|
|
{{ 512.5032 | lang.FormatPercent 2 }} → 512.50%
|
|
```
|
|
|
|
{{% include "functions/_common/locales.md" %}}
|