Difference between Convert.ToString Method and Object.ToString() with regard to Globalization
- by Ananth
Is there any difference between Convert.ToString Method and Object.ToString() in C#.net other than the how these handle null value.
There could be some difference between the two in the Globalization Perspective.