CurrencyIdentifiers.HKD Property

Definition

Gets the currency identifier for the Hong Kong Dollar.

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

Property Value

String

Platform::String

winrt::hstring

The string "HKD", which identifies the Hong Kong Dollar.

Applies to