Share via


CurrencyIdentifiers.CZK Property

Definition

Gets the currency identifier for the Czech Koruna.

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

Property Value

String

Platform::String

winrt::hstring

The string "CZK", which identifies the Czech Koruna.

Applies to