CurrencyIdentifiers.CNY Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The string "CNY", which identifies the Chinese Yuan.