Hi there,
Both does convert the object into the string. the difference between these two is
when you are trying to convert the Null object with ToString(), it will give you the run time error. but Convert.ToString() will not cause any run time error.
Regards,
Arshad