CurrencyIdentifiers.EUR 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 currency identifier for the Euro.
public:
static property Platform::String ^ EUR { Platform::String ^ get(); };
static winrt::hstring EUR();
public static string EUR { get; }
var string = CurrencyIdentifiers.eUR;
Public Shared ReadOnly Property EUR As String
Property Value
The string "EUR", which identifies the Euro.