getNumberOfCurrencyDigits

Returns the number of decimal digits for the given currency. Its value depends upon the presence of cents in that particular currency.

getNumberOfCurrencyDigits(code: string): number

参数

code

Type: string.

返回值

number