CurrencyIdentifiers.NZD 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 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
The string "NZD", which identifies the New Zealand Dollar.