how to convert string to integer in uipath
Hi @Yogita_Gaikwad ,
You could try the below :
Cint(YourNumStringVar)
YourNumStringVar
is a variable of String
type, which contains a numeric value as string.
how to convert string to integer in uipath
Hi @Yogita_Gaikwad ,
You could try the below :
Cint(YourNumStringVar)
YourNumStringVar
is a variable of String
type, which contains a numeric value as string.