Hi all,
I am getting this error when i try to convert a variable string to double or string to int32.
How may i solve it?
Values that it try to convert are :

@mazlumkacar That is because you have the character , in your cell. Replace the comma and then try to convert it.
But if i replace, how to convert it true? How may i replace it?
Can you display what you have inside the assign activity. i.e inside the convert function.
Do Convert.toint32(sapfiyat.replace(β,β,ββ))
now i got the same error not first one but for second one.
The value is β1β in the excel. Why is that getting this error?
Kindly use the expression like this
Convert.Toint32(Strinput.ToString.Trim.Replace(β,β,ββ))
Cheers @mazlumkacar