CurrencyIdentifiers.CZK プロパティ

定義

チェココルナの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

チェココルナを識別する文字列 "CZK"。

適用対象