CurrencyIdentifiers.NZD Property

Definition

Gets the currency identifier for the New Zealand Dollar.

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

Property Value

String

Platform::String

winrt::hstring

The string "NZD", which identifies the New Zealand Dollar.

Applies to