Developer Tip: Always override ToString() in custom objects and classes

Always override the ToString() method in your custom objects and classes. This is a great help for when you are debugging, because when you mouse-over the object within Visual Studio (while debugging), it will display the value returned by ToString().


About this entry