Siebel eScript Language Reference > Siebel eScript Commands > Buffer Objects >

toString() Method


This method returns a string containing the same data as the buffer.

Syntax

bufferVar.toString()

Parameter
Description
Not applicable
 

Returns

A string object that contains the same data as the buffer object.

Usage

This method returns a string whose contents are the same as that of bufferVar. Any conversion to or from Unicode is done according to the unicode flag of the object.


 Siebel eScript Language Reference 
 Published: 18 April 2003