Interface ICurrencyToStringOptions

The available options to format a numeric value as a currency string.

Index

Properties

Properties

Optional decimals

decimals: number

The number of decimals to display.

Default: 0

Optional symbol

symbol: string

The currency symbol to use.

Hierarchy

  • ICurrencyToStringOptions