Hey Guys
i want to convert cell value of excel which is double datatype to String datatype
because i want to use that cell value as input in a website text box
please tell me how to convert ?
Hey Guys
i want to convert cell value of excel which is double datatype to String datatype
because i want to use that cell value as input in a website text box
please tell me how to convert ?
yourdouble.tostring
or covert.tostring(123453)