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

Reverse Sentence using c#

How to write Pure java script Program?