CurrencyIdentifiers.EGP Property

Definition

Gets the currency identifier for the Egyptian Pound.

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

Property Value

String

Platform::String

winrt::hstring

The string "EGP", which identifies the Egyptian Pound.

Applies to