Java.Util.Currency.GetDisplayName Method
Returns the localized name of this currency in the given locale.

Syntax

[Android.Runtime.Register("getDisplayName", "(Ljava/util/Locale;)Ljava/lang/String;", "")]
public string GetDisplayName (Locale p0)

Parameters

locale
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the localized name of this currency in the given locale. Returns the ISO 4217 currency code if no localized name is available.

[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