NumberFormat.numberGroupSeparator

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

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

Return Value

Type: const(char)[]

The string separating groups of digits to the left of the decimal place in numbers. For example, ",".

Meta