satellite03
IS-IT--Management
how do i convert an integer to a string ?
say,
int x = 1234;
how do i get a string from it (i.e string s = "1234") ?
how can i do it ?
say,
int x = 1234;
how do i get a string from it (i.e string s = "1234") ?
how can i do it ?