praeclarum / Bind

A small but powerful C# library for data binding
Other
204 stars 34 forks source link

Value converters? #4

Open MihaMarkic opened 10 years ago

MihaMarkic commented 10 years ago

I think there should really be value converters in here. Besides classic IValueConverter there could be simply a pair of Func<TIn,TOut> being passed to binding method.