| Bookshelf Home | Contents | Index | PDF |    | 
| Siebel eScript Language Reference > Siebel eScript Commands > Conversion or Casting Methods > ToUint32() MethodThis function converts its parameter to an integer in the range of 0 to 232 -1. SyntaxReturnsIf the result is NaN, +0. If the result is +0 ,  UsageThis function converts value to an unsigned integer part of value in the range of 0 through 232 - 1 (4,294,967,296). To use it without error, first pass value to isNaN() or to ToNumber(). To use isNan() without error, use a statement in the following form. 
 Because ToUint32() truncates rather than rounds the value it is given, numbers are rounded toward 0. Therefore,  CAUTION: The ToUint32() function is unique to Siebel eScript. Avoid using it in a script that may be used with a JavaScript interpreter that does not support it. See AlsoMath.round() Method | 
|  |    | 
| Siebel eScript Language Reference |