CurrencyAmount(String, String) 构造函数

定义

创建一个新的 CurrencyAmount 对象 (指定的金额和货币) 。

public:
 CurrencyAmount(Platform::String ^ amount, Platform::String ^ currency);
 CurrencyAmount(winrt::hstring const& amount, winrt::hstring const& currency);
public CurrencyAmount(string amount, string currency);
function CurrencyAmount(amount, currency)
Public Sub New (amount As String, currency As String)

参数

amount
String

Platform::String

winrt::hstring

包含固定区域性格式的十进制数的字符串 (例如,不区分区域性的量(如“100.00”) )。

currency
String

Platform::String

winrt::hstring

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

适用于