Community

Overriding ToString

(Jim Mischel) In .NET, every class inherits from Object, and therefore inherits implementations of several methods. One of those methods is ToString, which returns a string that represents the current object. The default implementation isn’t very helpful, though. If you don’t override ToString, then

Read More - Register for Free Membership