GeographicRegion.CurrenciesInUse | currenciesInUse property

This topic has not yet been rated - Rate this topic

Gets the set of currencies in use in this region.

Syntax


var currenciesInUse = geographicRegion.currenciesInUse;

Property value

Type: IVectorView<String> [JavaScript/C++] | System.Collections.Generic.IReadOnlyList<String> [.NET]

The set of ISO 4217 3-letter codes for the currencies that are used in the region.

Remarks

If the region is a country, there is typically one currency, although some countries do have more than one currency in use. If the region is larger, the returned set includes the currencies in use in each of the contained regions/countries.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Globalization
Windows::Globalization [C++]

Metadata

Windows.winmd

See also

GeographicRegion

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.