Is there any way to generate a ToString() using Visual Studio 2010?
ToString()
I really don\'t want to do this by hand!
[EDIT]
I\'m looking for a s
ToString() is a method sitting on object so you do not need to add that to all your classes, only if you need to override and change behaviour.
object