I am extracting a double value from an excel sheet and trying to type it into a text box. I am trying to get this to work by converting the value to string as so,
Not the best way and the above seems to work fine for integer values only, whereas for double values only the values to the right of the decimal value are being inserted into the textbox.
So for value 6000.50 it is putting value 50 as the value which is incorrect.
On debug mode it shows that the value is correctly stored in the variable,