Java.Util.Currency Members

The members of Java.Util.Currency are listed below.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
static
AvailableCurrenciesICollection<Currency>. Returns a set of all known currencies.
[read-only]
CurrencyCodestring. Returns this currency's ISO 4217 currency code.
[read-only]
DefaultFractionDigitsint. Returns the default number of fraction digits for this currency.
[read-only]
DisplayNamestring. Equivalent to getDisplayName(Locale.getDefault()).
[read-only]
NumericCodeint. Documentation for this section has not yet been entered.
[read-only]
Symbolstring. Equivalent to getSymbol(Locale.getDefault()).

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetDisplayName(Locale) : string
Returns the localized name of this currency in the given locale.
static
GetInstance(Locale) : Currency
Returns the Currency instance for this Locale's country.
static
GetInstance(string) : Currency
Returns the Currency instance for the given ISO 4217 currency code.
GetSymbol(Locale) : string
Returns the localized currency symbol for this currency in locale.