Friday, 5 December 2014

Difference between convert.tostring() and .tostring() in Asp.Net

Convert.tostring() :-  

                                   It can handle null values.


.tostring():-  


                                   It cannot handle null values.

No comments:

Post a Comment