Hi!
If one is implementing a WPF application using the MVVM design pattern, is there any situation in which to use value converters? It seems to me that value converters do exactly the same what the view model does too, that is preparing data for the view.
So, are there some good uses for value converters?
Best Regards
Oliver Hanappi