CurrencyIdentifiers.INR Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The string "INR", which identifies the Indian Rupee.