Currency.GetSymbol Method  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetSymbol(ULocale) | 
						 Convenience and compatibility override of getName that requests the symbol name.  | 
        	
| GetSymbol(Locale) | 
						 Convenience and compatibility override of getName that requests the symbol name.  | 
        	
GetSymbol(ULocale)
Convenience and compatibility override of getName that requests the symbol name.
[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
 
the ULocale for the symbol
Returns
- Attributes
 
Remarks
Convenience and compatibility override of getName that requests the symbol name.
Java documentation for android.icu.util.Currency.getSymbol(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
GetSymbol(Locale)
Convenience and compatibility override of getName that requests the symbol name.
[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
 
the Locale for the symbol
Returns
- Attributes
 
Remarks
Convenience and compatibility override of getName that requests the symbol name.
Java documentation for android.icu.util.Currency.getSymbol(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.