NumberFormat.currencyDecimalSeparator

Property. Retrieves the string used as the decimal separator in currency values.

  1. const(char)[] currencyDecimalSeparator [@property getter]
    class NumberFormat
    @property const final
    const(char)[]
    currencyDecimalSeparator
    ()
  2. const(char)[] currencyDecimalSeparator [@property setter]

Return Value

Type: const(char)[]

The string used as the decimal separator in currency values. For example, ".".

Meta