CurrencyAmount.Currency 属性

定义

特定国家/地区通常使用的货币。

public:
 property Platform::String ^ Currency { Platform::String ^ get(); };
winrt::hstring Currency();
public string Currency { get; }
var string = currencyAmount.currency;
Public ReadOnly Property Currency As String

属性值

String

Platform::String

winrt::hstring

包含 CurrencyIdentifiers ((如 USD)或其他 ISO 4217 字母货币代码) 、以 “X-” (为前缀的特定于供应商的代码(例如 ,“X-ContosoPoints”) )或其他货币名称 (包括加密货币(如 “比特币”“TRON”) ) 的字符串。

适用于

另请参阅