CurrencyIdentifiers.CHF Property

Definition

Gets the currency identifier for the Swiss Franc.

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

Property Value

String

Platform::String

winrt::hstring

The string "CHF", which identifies the Swiss Franc.

Applies to