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