Java.Util.Currency.GetInstance Method
Returns the Currency instance for this Locale's country.

Syntax

[Android.Runtime.Register("getInstance", "(Ljava/util/Locale;)Ljava/util/Currency;", "")]
public static Currency GetInstance (Locale locale)

Parameters

locale
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 locale's country is not a supported ISO 3166 country.

Remarks

Returns the Currency instance for this Locale's country.

[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