StorePrice.FormattedBasePrice 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 base price for the product with the appropriate formatting for the market of the current user.
public:
property Platform::String ^ FormattedBasePrice { Platform::String ^ get(); };
winrt::hstring FormattedBasePrice();
public string FormattedBasePrice { get; }
var string = storePrice.formattedBasePrice;
Public ReadOnly Property FormattedBasePrice As String
Property Value
The base price for the product with the appropriate formatting for the market of the current user.