Hex Core JS
Preparing search index...
Core
formatPercentage
Function formatPercentage
formatPercentage
(
value
:
number
|
null
|
undefined
,
options
?:
FormatPercentageOptions
,
)
:
string
Formats the given number as a percentage.
Parameters
value
:
number
|
null
|
undefined
The number to format.
options
:
FormatPercentageOptions
= {}
Options for formatting the number.
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Hex Core JS
Loading...
Formats the given number as a percentage.