1
Reply

What is the difference between Convert.ToString(object) and object.ToString().

Shankey

Shankey

Oct 29, 2010
5.5k
0

    First one can handle null while Second conversion fails if the object is null.

    Shankey
    October 29, 2010
    0