Convert an integer to signed int type.
OutputVar := ToInt(ByRef IntOrVar)Command Example: ToInt var Function Example: int := ToInt(4294967295)
The name of the variable in which to store the converted integer.
The value to convert, if a variable is passed, converted value will be written to it.