Currency.AvailableCurrencies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the set of available currencies.
public static System.Collections.Generic.ICollection<Java.Util.Currency>? AvailableCurrencies { [Android.Runtime.Register("getAvailableCurrencies", "()Ljava/util/Set;", "")] get; }
[<get: Android.Runtime.Register("getAvailableCurrencies", "()Ljava/util/Set;", "")>]
static member AvailableCurrencies : System.Collections.Generic.ICollection<Java.Util.Currency>
Property Value
the set of available currencies. If there is no currency available in the runtime, the returned set is empty.
- Attributes
Remarks
Gets the set of available currencies. The returned set of currencies contains all of the available currencies, which may include currencies that represent obsolete ISO 4217 codes. The set can be modified without affecting the available currencies in the runtime.
Added in 1.7.
Java documentation for java.util.Currency.getAvailableCurrencies()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.