Difference
Moderator: General Moderators
-
mariajohns
- Forum Newbie
- Posts: 4
- Joined: Fri Aug 22, 2014 4:52 am
- Location: Austin, Texas USA
Difference
What is the difference between Convert.toString and .toString() method actually I am learning coding that's why asking these basic questions. 
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Difference
Convert.ToString() can take a null string, while .toString() obviously cannot.
(#10850)