CurrencyIdentifiers.USD 属性

定义

获取美国美元的货币标识符。

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

属性值

String

Platform::String

winrt::hstring

字符串“USD”,标识美国美元。

适用于