Condividi tramite


DecimalFormatSymbols.GetDigits Method

Definition

Returns the array of characters used as digits, in order from 0 through 9

[Android.Runtime.Register("getDigits", "()[C", "GetGetDigitsHandler", ApiSince=24)]
public virtual char[]? GetDigits ();
[<Android.Runtime.Register("getDigits", "()[C", "GetGetDigitsHandler", ApiSince=24)>]
abstract member GetDigits : unit -> char[]
override this.GetDigits : unit -> char[]

Returns

Char[]

The array

Attributes

Remarks

Returns the array of characters used as digits, in order from 0 through 9

Java documentation for android.icu.text.DecimalFormatSymbols.getDigits().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to