共用方式為


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 (的值,例如美元或其他ISO 4217字母貨幣代碼) 、廠商特定的程式碼前面加上「X-」 (、「X-ContosoPoints」) ,或另一個貨幣名稱 (包括) 。

適用於

另請參閱