CurrencyIdentifiers.CHF 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 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
The string "CHF", which identifies the Swiss Franc.