any Data type to string



int i=10;


1...  string r = i.tostring();


2....  string se = (string)i;


3.........   string ses = convert.tostring(i);


in the above like object
                           double
                          float
                          char
                         long
                         small
                         date time

Comments

Popular posts from this blog

Wcf interview

Uses of all page notations in .Net like ASPX,ASMX,ASAX .................... in asp.net

checkbox all for radioButtonList Control Inside Gridview in Asp.Net C#