I prefer to use the set statement but you can use move if you prefer but you must use the type keyword in front of the class name which is Convert (or System.Convert)
move type Convert::ToDecimal(mystring) to myDecimal
I prefer to use the set statement but you can use move if you prefer but you must use the type keyword in front of the class name which is Convert (or System.Convert)
move type Convert::ToDecimal(mystring) to myDecimal