In WPF VS2010, is it possible to bind to a member function which takes no parameters?
In particular I’d like to call my object’s .ToString() method.
I don’t see why it’s not possible, but I can’t get it to work.
It seems silly and pollutes my code to add a property that simply calls ToString.
and