NumberFormat.currencyPositivePattern

Property. Assigns the formal pattern to use for positive currency values.

  1. int currencyPositivePattern [@property getter]
  2. int currencyPositivePattern [@property setter]
    class NumberFormat
    @property final
    void
    currencyPositivePattern
    (
    int value
    )

Return Value

Type: void

The format pattern to use for positive currency values.

Meta