Answer:
The difference is that when we .toString, it will not handle nulls and hence throws an NULL reference exception error.
Whereas the Convert.ToString() handles the nulls.
Hence it is always better to use Convert.ToString().
Asked In: Many Interviews |
Alert Moderator