The members of Java.Util.Currency are listed below.
See Also: Inherited members from Java.Lang.Object
[read-only] static | AvailableCurrencies | ICollection<Currency>. Returns a set of all known currencies. |
[read-only] | CurrencyCode | string. Returns this currency's ISO 4217 currency code. |
[read-only] | DefaultFractionDigits | int. Returns the default number of fraction digits for this currency. |
[read-only] | DisplayName | string. Equivalent to getDisplayName(Locale.getDefault()). |
[read-only] | NumericCode | int. Documentation for this section has not yet been entered. |
[read-only] | Symbol | string. Equivalent to getSymbol(Locale.getDefault()). |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
GetDisplayName(Locale)Returns the localized name of this currency in the given locale. | ||
static | GetInstance(Locale)Returns the Currency instance for this Locale's country. | |
static | GetInstance(string)Returns the Currency instance for the given ISO 4217 currency code. | |
GetSymbol(Locale)Returns the localized currency symbol for this currency in locale. |