StorePrice.FormattedPrice Property

Definition

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

String

Platform::String

winrt::hstring

The purchase price for the product with the appropriate formatting for the market of the current user.

Applies to