CurrencyIdentifiers.ILS プロパティ

定義

イスラエルの新しいシェケルの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

イスラエルの新しいシェケルを識別する文字列 "ILS"。

適用対象