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