CurrencyIdentifiers.USD Property

Definition

Gets the currency identifier for the United States Dollar.

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

Property Value

String

Platform::String

winrt::hstring

The string "USD", which identifies the United States Dollar.

Applies to