blank_page
Value converts are one of the most important features of the .NET Framework that I use daily. In Silverlight you use value converters to format binded data to your liking. For example, formatting a date to a specific DateFormat (January 1, 2008). Your imagination is ... [More]