NumberFormat.nativeDigits

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

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

Return Value

Type: const(char[])[]

A string array of native equivalents of the digits 0 to 9.

Meta