What are the conventions for ToString()
overrides? The class in question has both a Name
property, but also an Id
.
You can refer to following links
Overriding System.Object.ToString() and Implementing IFormattable
Demystifying C# Programming's ToString Method
How To: Override the ToString Method
My Rule of thumb