Java.Util.Currency: Method Members

The methods of Java.Util.Currency are listed below. For a list of all members, see the Currency Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

GetDisplayName(Locale) : string
Returns the localized name of this currency in the given locale.
static
GetInstance(Locale) : Currency
Returns the Currency instance for this Locale's country.
static
GetInstance(string) : Currency
Returns the Currency instance for the given ISO 4217 currency code.
GetSymbol(Locale) : string
Returns the localized currency symbol for this currency in locale.