Share via


MeasureFormat.GetCurrencyFormat Method

Definition

Overloads

GetCurrencyFormat(ULocale)
GetCurrencyFormat(Locale)

GetCurrencyFormat(ULocale)

[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

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

GetCurrencyFormat(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

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