contents   index   previous   next



global.ToUint16()

syntax:

ToUint16(value)

where:

value - to be cast as a 16 bit unsigned 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 0 through 216 - 1.

 

see:

global.ToUint32(), global.ToInteger()

 

 


global.ToUint32()