.NET interview question video :-what is the difference between convert.tostring() and tostring() functions ?
Shivprasad Koirala
Convert.Tostring() is handle NULL value but .tostring does not handle NULL value. Best practice is Convert.Tostring.
Answers
This is one of those famous .NET interview question which keeps coming up now and then. To answer precisely and shortly convert.tostring handles nulls while simple tostring() function does not handle null. Below video demonstrates the same practically.
See my 21 important .NET and C# interview questions