Posted on: 8/14/2008 5:00:00 PM | Views : 936

Every class and object includes the ToString method. By default, this returns a string containing the name of your customer class or structure. By overriding this method, you can return more meaningful, human-readable information about your objects.

...

Go to the complete details ...