共用方式為


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值 (,例如美元) 、其他ISO 4217字母貨幣碼、「vendor-specific」 程式碼前面加上「X-」 (,例如 「X-ContosoPoints) 或其他貨幣名稱 (包括)

適用於