Java.Text.DecimalFormatSymbols.Currency Property
Returns the currency.

Syntax

[get: Android.Runtime.Register("getCurrency", "()Ljava/util/Currency;", "GetGetCurrencyHandler")]
[set: Android.Runtime.Register("setCurrency", "(Ljava/util/Currency;)V", "GetSetCurrency_Ljava_util_Currency_Handler")]
public virtual Java.Util.Currency Currency { get; set; }

See Also

DecimalFormatSymbols.Currency
DecimalFormatSymbols.InternationalCurrencySymbol

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif currency is null.
Java.Lang.NullPointerExceptionif currency is null.
Java.Lang.NullPointerExceptionif currency is null.
Java.Lang.NullPointerExceptionif currency is null.
Java.Lang.NullPointerExceptionif currency is null.

Remarks

Get method documentation [Android Documentation]

Returns the currency. null is returned if setInternationalCurrencySymbol() has been previously called with a value that is not a valid ISO 4217 currency code.

Set method documentation [Android Documentation]

Sets the currency. The international currency symbol and the currency symbol are updated, but the min and max number of fraction digits stays the same.

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1