contents   index   previous   next



global.ToInt32()

syntax:

ToInt32(value)

where:

value - to be cast as a signed 32-bit integer.

 

return:

number - conversion of value.

 

description:

This function is the same as global.ToInteger() except that if the return is an integer, it is in the range of 231 through 231 - 1.

 

see:

global.ToInteger(), global.ToNumber()

 

 


global.ToInteger()