hi
i want to know how convert a variable genericvalue in a string and int ?

hi
i want to know how convert a variable genericvalue in a string and int ?

The best thing is not to use genericvalue variables, but you can use:
Convert.ToString(variable) or Convert.ToInt32(variable)