How Do I: Create and Use a Converter to Change DataTypes
It is often necessary to bind data of one type to a property of another type in an effort to represent the data in different way. In this video, Todd Miranda demonstrates how to create a ValueConverter that allows you to bind data of one type to a property of another type.
By: Todd Miranda