Share via


CurrencyIdentifiers.CNY Property

Definition

Gets the currency identifier for the Chinese Yuan.

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

Property Value

String

Platform::String

winrt::hstring

The string "CNY", which identifies the Chinese Yuan.

Applies to