CurrencyAmount.Currency 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.
A currency in general use in a specific country.
public:
property Platform::String ^ Currency { Platform::String ^ get(); };
winrt::hstring Currency();
public string Currency { get; }
var string = currencyAmount.currency;
Public ReadOnly Property Currency As String
Property Value
A string containing a value from CurrencyIdentifiers (such as USD, or other ISO 4217 alphabetic currency code), vendor-specific code prefixed with "X-" (for example, "X-ContosoPoints"), or another currency name (including cryptocurrency, such as "Bitcoin" or "TRON").