StorePrice.CurrencyCode Property

Definition

Gets the ISO 4217 currency code for the market of the current user.

public:
 property Platform::String ^ CurrencyCode { Platform::String ^ get(); };
winrt::hstring CurrencyCode();
public string CurrencyCode { get; }
var string = storePrice.currencyCode;
Public ReadOnly Property CurrencyCode As String

Property Value

String

Platform::String

winrt::hstring

The ISO 4217 currency code for the market of the current user.

Applies to