Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 839 Bytes

productlisting_formattedprice.md

File metadata and controls

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

Windows.ApplicationModel.Store.ProductListing.FormattedPrice

-description

Gets the purchase price for the in-app product with the appropriate formatting for the current market.

-property-value

The purchase price with the appropriate formatting for the current market.

-remarks

If the in-app product is on sale in the current market, the FormattedPrice property returns the sale price. Use the FormattedBasePrice property to get the default price. If the in-app product is not on sale, FormattedBasePrice and FormattedPrice return the same value.

-examples

-see-also