Java.Text.NumberFormat.Currency Property
Returns the currency used by this number format.

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; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.UnsupportedOperationException
Java.Lang.UnsupportedOperationException

Remarks

Get method documentation [Android Documentation]

Returns the currency used by this number format. This implementation throws UnsupportedOperationException, concrete subclasses should override this method if they support currency formatting.

Set method documentation [Android Documentation]

Sets the currency used by this number format when formatting currency values. The min and max fraction digits remain the same. This implementation throws UnsupportedOperationException, concrete subclasses should override this method if they support currency formatting.

Requirements

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