다음을 통해 공유


DecimalFormatSymbols.Instance Property

Definition

Returns a DecimalFormatSymbols instance for the default locale.

public static Android.Icu.Text.DecimalFormatSymbols? Instance { [Android.Runtime.Register("getInstance", "()Landroid/icu/text/DecimalFormatSymbols;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getInstance", "()Landroid/icu/text/DecimalFormatSymbols;", "", ApiSince=24)>]
static member Instance : Android.Icu.Text.DecimalFormatSymbols

Property Value

A DecimalFormatSymbols instance.

Attributes

Remarks

Returns a DecimalFormatSymbols instance for the default locale.

<strong>Note:</strong> Unlike java.text.DecimalFormatSymbols#getInstance, this method simply returns new android.icu.text.DecimalFormatSymbols(). ICU currently does not support DecimalFormatSymbolsProvider, which was introduced in Java 6.

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

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