Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 858 Bytes

productlisting_formattedbaseprice.md

File metadata and controls

23 lines (16 loc) · 858 Bytes
-api-id -api-type
P:Windows.ApplicationModel.Store.ProductListing.FormattedBasePrice
winrt property

Windows.ApplicationModel.Store.ProductListing.FormattedBasePrice

-description

Gets the base price for the add-on (also called an in-app product or IAP) with the appropriate formatting for the current market.

-property-value

The base price for the add-on with the appropriate formatting for the current market.

-remarks

The base price is the default price for the add-on. If the add-on is on sale in the current market, use the FormattedPrice property to get the sale price. If the add-on is not on sale, FormattedBasePrice and FormattedPrice return the same value.

-examples

-see-also