次の方法で共有


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" などの暗号通貨を含む) の値を含む文字列。

適用対象

こちらもご覧ください