CurrencyIdentifiers.LKR Property

Definition

Gets the currency identifier for the Sri Lankan Rupee.

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

Property Value

String

Platform::String

winrt::hstring

The string "LKR", which identifies the Sri Lankan Rupee.

Applies to