NumberFormat.currencyDecimalSeparator

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

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

Meta