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)
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.