CurrencyIdentifiers.ISK プロパティ

定義

アイスランド クローナの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

アイスランド クローナを識別する文字列 "ISK"。

適用対象