Share via


NumberFormat.GetIntegerInstance Method

Definition

Overloads

GetIntegerInstance(ULocale)
GetIntegerInstance(Locale)

GetIntegerInstance(ULocale)

[Android.Runtime.Register("getIntegerInstance", "(Landroid/icu/util/ULocale;)Landroid/icu/text/NumberFormat;", "", ApiSince=24)]
public static Android.Icu.Text.NumberFormat? GetIntegerInstance (Android.Icu.Util.ULocale? inLocale);
[<Android.Runtime.Register("getIntegerInstance", "(Landroid/icu/util/ULocale;)Landroid/icu/text/NumberFormat;", "", ApiSince=24)>]
static member GetIntegerInstance : Android.Icu.Util.ULocale -> Android.Icu.Text.NumberFormat

Parameters

inLocale
ULocale

Returns

Attributes

Remarks

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

GetIntegerInstance(Locale)

[Android.Runtime.Register("getIntegerInstance", "(Ljava/util/Locale;)Landroid/icu/text/NumberFormat;", "", ApiSince=24)]
public static Android.Icu.Text.NumberFormat? GetIntegerInstance (Java.Util.Locale? inLocale);
[<Android.Runtime.Register("getIntegerInstance", "(Ljava/util/Locale;)Landroid/icu/text/NumberFormat;", "", ApiSince=24)>]
static member GetIntegerInstance : Java.Util.Locale -> Android.Icu.Text.NumberFormat

Parameters

inLocale
Locale

Returns

Attributes

Remarks

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