CurrencyIdentifiers.GHS Property

Definition

Gets the currency identifier for the Ghanaian Cedi.

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

Property Value

String

Platform::String

winrt::hstring

The string "GHS", which identifies the Ghanaian Cedi.

Applies to