CurrencyIdentifiers.DKK Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The string "DKK", which identifies the Danish Krone.