CurrencyIdentifiers.SGD 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 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
The string "SGD", which identifies the Singapore Dollar.