1
Reply

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

Shankey

Shankey

15y
5.6k
0
Reply

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