This post is the Part II of Value Converter. The Part I can found here
http://www.silverdigita.com/2011/03/value-converter-part-i-silverlight.html
http://www.silverdigita.com/2011/03/value-converter-part-i-silverlight.html
In part I, we saw about the interface IValueConverter and the members of the interface i.e. Convert and ConvertBack. Now let’s see an example. In this example, we will see how to format the decimal value. First of all, let’s create a class that implements IValueConverter interface (let’s call this class Formatter).