NumberFormat.positiveSign

Property. Retrieves the string denoting that a number is positive.

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

Return Value

Type: const(char)[]

The string denoting that a number is positive. For example, "+".

Meta