Partager via


MeasureFormat.GetCurrencyFormat Method

Definition

Overloads

GetCurrencyFormat(ULocale)

Return a formatter for CurrencyAmount objects in the given locale.

GetCurrencyFormat(Locale)

Return a formatter for CurrencyAmount objects in the given java.util.Locale.

GetCurrencyFormat(ULocale)

Return a formatter for CurrencyAmount objects in the given locale.

[Android.Runtime.Register("getCurrencyFormat", "(Landroid/icu/util/ULocale;)Landroid/icu/text/MeasureFormat;", "", ApiSince=24)]
public static Android.Icu.Text.MeasureFormat? GetCurrencyFormat (Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register("getCurrencyFormat", "(Landroid/icu/util/ULocale;)Landroid/icu/text/MeasureFormat;", "", ApiSince=24)>]
static member GetCurrencyFormat : Android.Icu.Util.ULocale -> Android.Icu.Text.MeasureFormat

Parameters

locale
ULocale

desired locale

Returns

a formatter object

Attributes

Remarks

Return a formatter for CurrencyAmount objects in the given locale.

Java documentation for android.icu.text.MeasureFormat.getCurrencyFormat(android.icu.util.ULocale).

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

GetCurrencyFormat(Locale)

Return a formatter for CurrencyAmount objects in the given java.util.Locale.

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

Parameters

locale
Locale

desired java.util.Locale

Returns

a formatter object

Attributes

Remarks

Return a formatter for CurrencyAmount objects in the given java.util.Locale.

Java documentation for android.icu.text.MeasureFormat.getCurrencyFormat(java.util.Locale).

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