2
Answers

Iconvertible vs Override

Hey,
I have a question concerning implementing a suitable ToString() functionality.
1. Implement the IConvertible interface.
2. Using Override

What is the difference between the two methods?

Answers (2)