共用方式為


CurrencyIdentifiers.USD 屬性

定義

取得美國元的貨幣識別碼。

public:
 static property Platform::String ^ USD { Platform::String ^ get(); };
static winrt::hstring USD();
public static string USD { get; }
var string = CurrencyIdentifiers.uSD;
Public Shared ReadOnly Property USD As String

屬性值

String

Platform::String

winrt::hstring

字串 「USD」,可識別美國元。

適用於