CurrencyIdentifiers.XPF Property

Definition

Gets the currency identifier for the French Pacific Franc.

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

Property Value

String

Platform::String

winrt::hstring

The string "XPF", which identifies the French Pacific Franc.

Applies to