global.ToUint32()
syntax: |
ToUint32(value) |
where: |
value - to be cast as a 32 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 232 - 1.
|
see: |
global.ToInt32(), global.ToInteger()
|