CurrencyIdentifiers.INR Property

Definition

Gets the currency identifier for the Indian Rupee.

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

Property Value

String

Platform::String

winrt::hstring

The string "INR", which identifies the Indian Rupee.

Applies to