Currency.GetName Method

Definition

Overloads

GetName(Locale, CurrencyNameStyle, String, Boolean[])
GetName(ULocale, CurrencyNameStyle, String, Boolean[])
GetName(ULocale, CurrencyNameStyle, Boolean[])
GetName(Locale, CurrencyNameStyle, Boolean[])

GetName(Locale, CurrencyNameStyle, String, Boolean[])

[Android.Runtime.Register("getName", "(Ljava/util/Locale;ILjava/lang/String;[Z)Ljava/lang/String;", "GetGetName_Ljava_util_Locale_ILjava_lang_String_arrayZHandler", ApiSince=24)]
public virtual string? GetName (Java.Util.Locale? locale, Android.Icu.Util.CurrencyNameStyle nameStyle, string? pluralCount, bool[]? isChoiceFormat);
[<Android.Runtime.Register("getName", "(Ljava/util/Locale;ILjava/lang/String;[Z)Ljava/lang/String;", "GetGetName_Ljava_util_Locale_ILjava_lang_String_arrayZHandler", ApiSince=24)>]
abstract member GetName : Java.Util.Locale * Android.Icu.Util.CurrencyNameStyle * string * bool[] -> string
override this.GetName : Java.Util.Locale * Android.Icu.Util.CurrencyNameStyle * string * bool[] -> string

Parameters

locale
Locale
nameStyle
CurrencyNameStyle
pluralCount
String
isChoiceFormat
Boolean[]

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

GetName(ULocale, CurrencyNameStyle, String, Boolean[])

[Android.Runtime.Register("getName", "(Landroid/icu/util/ULocale;ILjava/lang/String;[Z)Ljava/lang/String;", "GetGetName_Landroid_icu_util_ULocale_ILjava_lang_String_arrayZHandler", ApiSince=24)]
public virtual string? GetName (Android.Icu.Util.ULocale? locale, Android.Icu.Util.CurrencyNameStyle nameStyle, string? pluralCount, bool[]? isChoiceFormat);
[<Android.Runtime.Register("getName", "(Landroid/icu/util/ULocale;ILjava/lang/String;[Z)Ljava/lang/String;", "GetGetName_Landroid_icu_util_ULocale_ILjava_lang_String_arrayZHandler", ApiSince=24)>]
abstract member GetName : Android.Icu.Util.ULocale * Android.Icu.Util.CurrencyNameStyle * string * bool[] -> string
override this.GetName : Android.Icu.Util.ULocale * Android.Icu.Util.CurrencyNameStyle * string * bool[] -> string

Parameters

locale
ULocale
nameStyle
CurrencyNameStyle
pluralCount
String
isChoiceFormat
Boolean[]

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

GetName(ULocale, CurrencyNameStyle, Boolean[])

[Android.Runtime.Register("getName", "(Landroid/icu/util/ULocale;I[Z)Ljava/lang/String;", "GetGetName_Landroid_icu_util_ULocale_IarrayZHandler", ApiSince=24)]
public virtual string? GetName (Android.Icu.Util.ULocale? locale, Android.Icu.Util.CurrencyNameStyle nameStyle, bool[]? isChoiceFormat);
[<Android.Runtime.Register("getName", "(Landroid/icu/util/ULocale;I[Z)Ljava/lang/String;", "GetGetName_Landroid_icu_util_ULocale_IarrayZHandler", ApiSince=24)>]
abstract member GetName : Android.Icu.Util.ULocale * Android.Icu.Util.CurrencyNameStyle * bool[] -> string
override this.GetName : Android.Icu.Util.ULocale * Android.Icu.Util.CurrencyNameStyle * bool[] -> string

Parameters

locale
ULocale
nameStyle
CurrencyNameStyle
isChoiceFormat
Boolean[]

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

GetName(Locale, CurrencyNameStyle, Boolean[])

[Android.Runtime.Register("getName", "(Ljava/util/Locale;I[Z)Ljava/lang/String;", "GetGetName_Ljava_util_Locale_IarrayZHandler", ApiSince=24)]
public virtual string? GetName (Java.Util.Locale? locale, Android.Icu.Util.CurrencyNameStyle nameStyle, bool[]? isChoiceFormat);
[<Android.Runtime.Register("getName", "(Ljava/util/Locale;I[Z)Ljava/lang/String;", "GetGetName_Ljava_util_Locale_IarrayZHandler", ApiSince=24)>]
abstract member GetName : Java.Util.Locale * Android.Icu.Util.CurrencyNameStyle * bool[] -> string
override this.GetName : Java.Util.Locale * Android.Icu.Util.CurrencyNameStyle * bool[] -> string

Parameters

locale
Locale
nameStyle
CurrencyNameStyle
isChoiceFormat
Boolean[]

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