CurrencyIdentifiers.NZD 属性

定义

获取新西兰元的货币标识符。

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

属性值

String

Platform::String

winrt::hstring

字符串“NZD”,用于标识新西兰元。

适用于