DecimalFormatSymbols.GetDigitStrings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
<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
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.