Hi,
I am reading an Excel cell which is a double value into a generic variable and converting into a string using ToString.
I am getting an error, StringConverted cannot convert from String.Double.
Can you help?
Thank you,
Hi,
I am reading an Excel cell which is a double value into a generic variable and converting into a string using ToString.
I am getting an error, StringConverted cannot convert from String.Double.
Can you help?
Thank you,
Try using the below syntax @A_Learner
Convert.ToString(Yourvariable)
Make sure your variable is of Double DataTyepe.
Regards
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.