CurrencyIdentifiers.CNY 属性

定义

获取人民币的货币标识符。

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

属性值

String

Platform::String

winrt::hstring

字符串“CNY”,用于标识人民币。

适用于