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