I\'ve used ToString() modestly in the past and I\'ve found it very useful in many circumstances. However, my usage of this method would hardly justify to put th
ToString()
I guess it was just considered useful that any object can have a string representation, if only for debugging purposes...