CurrencyIdentifiers.PKR Property

Definition

Gets the currency identifier for the Pakistan Rupee.

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

Property Value

String

Platform::String

winrt::hstring

The string "PKR", which identifies the Pakistan Rupee.

Applies to