Hi,
Please I need assistance on this error message
Assign: Conversion from string “” to type ‘Double’ is not valid.
Hi,
Please I need assistance on this error message
Assign: Conversion from string “” to type ‘Double’ is not valid.
Check this article How to Change a String Variable into an Integer or Double Variable | UiPath
string_value_To_Double = Double.Parse(string_value, System.Globalization.CultureInfo.InvariantCulture)
or
string_value_To_Double = Double.Parse(string_value)
Thanks for your feedback, will review and revert
Hi Marian, it worked, I am grateful.
Please mark as Solution in this thread the correct post that helped you. This will help other users to find easier what they are looking for.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.