CurrencyIdentifiers.CLP Property

Definition

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

String

Platform::String

winrt::hstring

The string "CLP", which identifies the Chilean Peso.

Applies to