StorePrice.CurrencyCode 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 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
The ISO 4217 currency code for the market of the current user.