Java.Util.Currency.GetInstance Method
Returns the Currency instance for the given ISO 4217 currency code.

Syntax

[Android.Runtime.Register("getInstance", "(Ljava/lang/String;)Ljava/util/Currency;", "")]
public static Currency GetInstance (string currencyCode)

Parameters

currencyCode
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the currency code is not a supported ISO 4217 currency code.

Remarks

Returns the Currency instance for the given ISO 4217 currency code.

[Android Documentation]

Requirements

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