/
posted by
Martin Mihaylov
on
Sep 09, 2008 (more than a year ago)
If you're not familiar with the value converters read this. The methods generated by the VisualStudio when creating a custom class that implements System.Windows.Data.IValueConverter have several arguments. One of them is of type object and is called parameter. public class DateTimeConverter : System.Windows.Data.IValueConverter { public object Convert( object value, Type targetType, object parame ...