What is the Difference between Convert.ToString() and .ToString()

 Posted by Chvrsri on 12/21/2010 | Category: ASP.NET Interview questions | Views: 6240 | Points: 40
Answer:

Generally Convert.ToString() handles NULLs where as .ToString will return a Null Reference Exception.

So it would be good if we use Convert.ToString() all the time for casting purposes.


Source: My Own Observation | Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response