Convert.ToString() vs .ToString()
Different between Convert.ToString() vs .ToString()
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vivek KumarPosted Mar 22, 2016, 6:02 AM
Convert.ToString()handlesnull, whileToString()doesn't. So it will throw a NULL reference exception error. So as good coding practice usingconvertis always safe.Saillesh PawarPosted Mar 22, 2016, 5:56 AM
Rajeesh MenothPosted Mar 22, 2016, 5:55 AM
Suthish NairPosted Mar 22, 2016, 5:54 AM