Page 1 of 1

Difference

Posted: Mon Oct 13, 2014 4:58 am
by mariajohns
What is the difference between Convert.toString and .toString() method actually I am learning coding that's why asking these basic questions. :(

Re: Difference

Posted: Mon Oct 13, 2014 10:22 am
by Christopher
Convert.ToString() can take a null string, while .toString() obviously cannot.