共用方式為


DecimalFormatSymbols.GetDigitStrings Method

Definition

<strong>[icu]</strong> Returns the array of strings used as digits, in order from 0 through 9

[Android.Runtime.Register("getDigitStrings", "()[Ljava/lang/String;", "GetGetDigitStringsHandler", ApiSince=28)]
public virtual string[]? GetDigitStrings ();
[<Android.Runtime.Register("getDigitStrings", "()[Ljava/lang/String;", "GetGetDigitStringsHandler", ApiSince=28)>]
abstract member GetDigitStrings : unit -> string[]
override this.GetDigitStrings : unit -> string[]

Returns

String[]

The array of ten digit strings

Attributes

Remarks

<strong>[icu]</strong> Returns the array of strings used as digits, in order from 0 through 9

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

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