CurrencyIdentifiers.HUF Property

Definition

Gets the currency identifier for the Hungarian Forint.

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

Property Value

String

Platform::String

winrt::hstring

The string "HUF", which identifies the Hungarian Forint.

Applies to