Share via


CurrencyIdentifiers.NOK Property

Definition

Gets the currency identifier for the Norwegian Krone.

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

Property Value

String

Platform::String

winrt::hstring

The string "NOK", which identifies the Norwegian Krone.

Applies to