CurrencyIdentifiers.EUR プロパティ

定義

ユーロの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

ユーロを識別する文字列 "EUR" です。

適用対象