NumberFormat.currencySymbol

Property. Assigns the string used as the currency symbol.

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

Meta