Formatting a String on a Binding Sample
This sample formats bound data by using the StringFormat property on a Binding and a MultiBinding. The sample binds a ListView to a collection of items for sale and uses the StringFormat on the Binding for the price to format the value as a currency. The sample also binds a ListBox to the collection and uses StringFormat on a MultiBinding to display a string that includes the description and price for each item.
Build the sample
The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in Visual Studio 2022.
Deploying the sample
- Select Build > Deploy Solution.
Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.