Share via


CurrencyIdentifiers.EUR Property

Definition

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

String

Platform::String

winrt::hstring

The string "EUR", which identifies the Euro.

Applies to