NumberFormat.numberGroupSeparator

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

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

Meta