CurrencyIdentifiers.EGP プロパティ

定義

エジプトポンドの通貨識別子を取得します。

public:
 static property Platform::String ^ EGP { Platform::String ^ get(); };
static winrt::hstring EGP();
public static string EGP { get; }
var string = CurrencyIdentifiers.eGP;
Public Shared ReadOnly Property EGP As String

プロパティ値

String

Platform::String

winrt::hstring

エジプトポンドを識別する文字列 "EGP"。

適用対象