What is the difference between Convert.ToString(object) and object.ToString().
Shankey
First one can handle null while Second conversion fails if the object is null.