How Do I: Build a ValueConverter to Format Bound Data in WPF
There is currently no way to specify a format for the data being bound to a dependency property. However, using a ValueConverter, the data can be formatted when bound. In this video, Todd Miranda demonstrates how to build a ValueConverter and use it to format data in a binding statement.
By: Todd Miranda