NumberFormat.currencySymbol

Property. Retrieves the string used as the currency symbol.

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

Return Value

Type: const(char)[]

The string used as the currency symbol. For example, "£".

Meta