Java.Util.Currency: Property Members

The properties of Java.Util.Currency are listed below. For a list of all members, see the Currency Members list.

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.