Siebel eScript Language Reference > Siebel eScript Quick Reference > Other Clib Methods >

Conversion Methods


Table 204 describes conversion methods.

Table 204. Quick Reference for Conversion Methods
Method
Description

Convert Number to Exponential Notation Method

Converts a number to exponential notation.

Convert Number to Fixed Decimal Method

Converts a number to a specific number of decimal places.

Convert Number to Precision Method

Converts a number to a specific number of significant digits.

Convert Special Characters to URL Method

Replaces special characters in a string.

Convert String to Floating-Point Number Method

Converts an alphanumeric string to a floating-point decimal number.

Convert String to Integer Method

Converts an alphanumeric string to an integer number.

Convert Unicode to ASCII Method

converts Unicode characters to equivalent ASCII characters.

Convert Value to Boolean Method

Converts a value to the Boolean data type.

Convert Value to Buffer Method

Converts a value to a buffer.

Convert Value to Integer Method

Converts a value to an integer.

Convert Value to Number Method

Converts a value to a number.

Convert Value to Object Method

Converts a value to an object.

Convert Value to String Method

Converts a value to a string.

Convert Value to String Method

Converts a value to a string.

Convert Value to Unsigned Integer 16 Method

Converts a value to an unsigned integer.

Convert Value to Unsigned Integer 32 Method

Converts a value to an unsigned large integer.

Evaluate Expression Method

Returns the value in the expression argument.

Siebel eScript Language Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.