CurrencyAmount.Currency Property

Definition

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

String

Platform::String

winrt::hstring

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").

Applies to

See also