Saturday, 27 April 2013

What is the difference between Convert.toString and .toString () method? | ASP.Net interview questions

The basic difference between them is “Convert” function handles NULLS while “i.ToString ()” does not, it will throw a NULL reference exception error.

No comments: