CurrencyIdentifiers.HKD 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 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
The string "HKD", which identifies the Hong Kong Dollar.