CurrencyAmount.Currency 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
特定国家/地区通常使用的货币。
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
属性值
包含 CurrencyIdentifiers ((如 USD)或其他 ISO 4217 字母货币代码) 、以 “X-” (为前缀的特定于供应商的代码(例如 ,“X-ContosoPoints”) )或其他货币名称 (包括加密货币(如 “比特币” 或 “TRON”) ) 的字符串。