Siebel eScript Language Reference > Quick Reference: Methods and Properties >

Conversion or Casting Methods


The following is a list of conversion or casting methods.

Method
Function
escape()
Escapes special characters in a string
parseFloat()
Converts a string to a float
parseInt()
Converts a string to an integer
ToBoolean()
Converts a value to a Boolean
ToBuffer()
Converts a value to a buffer
ToBytes()
Converts a value to a buffer (raw transfer)
ToInt32()
Converts a value to a large integer
ToInteger()
Converts a value to an integer
ToNumber()
Converts a value to a number
ToObject()
Converts a value to an object
ToPrimitive()
Converts a value to a primitive
ToString()
Converts a value to a string
ToUint16()
Converts a value to an unsigned integer
ToUint32()
Converts a value to an unsigned large integer
unescape()
Removes escape sequences in a string


 Siebel eScript Language Reference 
 Published: 18 April 2003