NumberFormat.nativeDigits

Property. Assigns a string array of native equivalents of the digits 0 to 9.

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

Meta