Hi, I have a data table and now i want to convert a particular row to datatype “Double”.
When i read the datatable it automatically reads as String type but i want to convert the row as double type.
This is the row that i want to convert … i tried Convert.double(row(“Last_Records”).tostring) but it shows error: input string was not in a correct format.
Sample file Book3.xlsx (8.5 KB)
Please help
5 posts - 2 participants