CurrencyIdentifiers.INR プロパティ

定義

インドの 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

プロパティ値

String

Platform::String

winrt::hstring

インドの Rupee を識別する文字列 "INR" です。

適用対象