Fine
Try like this (it might have a space in it)
Convert.ToDouble(retValue.Replace(“-”,“”).ToString.Trim.Replace(" “,”").ToString)
Cheers @AryanSingh
Fine
Try like this (it might have a space in it)
Convert.ToDouble(retValue.Replace(“-”,“”).ToString.Trim.Replace(" “,”").ToString)
Cheers @AryanSingh
will it give an error if there value is negative but does not has space in between like 0.01 or 0.02??
it looks like we have this kind of value
is that condition used buddy
Convert.ToDouble(retValue.Replace(“-”,“”).ToString.Trim.Replace(" “,”").ToString)
Cheers @AryanSingh
still same issue!
I hope this should work
If possible can you share the workflow altogether in a zipped folder
Cheers @AryanSingh
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.