ListingInformation.FormattedBasePrice Property

Definition

Gets the app's base price formatted for the current market and currency.

public:
 property Platform::String ^ FormattedBasePrice { Platform::String ^ get(); };
winrt::hstring FormattedBasePrice();
public string FormattedBasePrice { get; }
var string = listingInformation.formattedBasePrice;
Public ReadOnly Property FormattedBasePrice As String

Property Value

String

Platform::String

winrt::hstring

The app's base price with the appropriate formatting for the current market and currency.

Windows requirements

Device family
Windows 10 (introduced in 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v2.0)

Remarks

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

Applies to

See also