NumberFormat.currencyGroupSeparator

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

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

Return Value

Type: const(char)[]

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

Meta