CurrencyIdentifiers.SGD Property

Definition

Gets the currency identifier for the Singapore Dollar.

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

Property Value

String

Platform::String

winrt::hstring

The string "SGD", which identifies the Singapore Dollar.

Applies to