NumberFormat.negativeSign

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

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

Return Value

Type: const(char)[]

The string denoting that a number is negative. For example, "-".

Meta