Currency.GetSymbol Method

Definition

Overloads

GetSymbol(ULocale)
GetSymbol(Locale)

GetSymbol(ULocale)

[Android.Runtime.Register("getSymbol", "(Landroid/icu/util/ULocale;)Ljava/lang/String;", "GetGetSymbol_Landroid_icu_util_ULocale_Handler", ApiSince=24)]
public virtual string? GetSymbol (Android.Icu.Util.ULocale? uloc);
[<Android.Runtime.Register("getSymbol", "(Landroid/icu/util/ULocale;)Ljava/lang/String;", "GetGetSymbol_Landroid_icu_util_ULocale_Handler", ApiSince=24)>]
abstract member GetSymbol : Android.Icu.Util.ULocale -> string
override this.GetSymbol : Android.Icu.Util.ULocale -> string

Parameters

uloc
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

GetSymbol(Locale)

[Android.Runtime.Register("getSymbol", "(Ljava/util/Locale;)Ljava/lang/String;", "GetGetSymbol_Ljava_util_Locale_Handler", ApiSince=24)]
public virtual string? GetSymbol (Java.Util.Locale? loc);
[<Android.Runtime.Register("getSymbol", "(Ljava/util/Locale;)Ljava/lang/String;", "GetGetSymbol_Ljava_util_Locale_Handler", ApiSince=24)>]
abstract member GetSymbol : Java.Util.Locale -> string
override this.GetSymbol : Java.Util.Locale -> string

Parameters

loc
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