CurrencyIdentifiers.CLP 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 Chilean Peso.
public:
static property Platform::String ^ CLP { Platform::String ^ get(); };
static winrt::hstring CLP();
public static string CLP { get; }
var string = CurrencyIdentifiers.cLP;
Public Shared ReadOnly Property CLP As String
Property Value
The string "CLP", which identifies the Chilean Peso.