CurrencyIdentifiers.JPY 属性

定义

获取日元的货币标识符。

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

属性值

String

Platform::String

winrt::hstring

字符串“JPY”,用于标识日元。

适用于