Obtains a Stream which represents a flush of bytes through the received data.

1 object.2string

<object.2string>
    <object /> !
</object.2string>
Example

Convert a string to a date. It will return the date in written format.

Copy
<xsql-script name='object_2_string'>
    <body>
        <println>
            <object.2string>
                <date>10-03-2007</date>
            </object.2string>
        </println>
    </body>
</xsql-script>