NumberFormat.currencyGroupSeparator

Property. Assigns the string separating groups of digits to the left of the decimal place in currency values.

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

Meta