CurrencyIdentifiers.DKK Property

Definition

Gets the currency identifier for the Danish Krone.

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

Property Value

String

Platform::String

winrt::hstring

The string "DKK", which identifies the Danish Krone.

Applies to