ItoString()

Returns the dump o f the business object in the IBM WebSphere Business Integration Server Express and Express Plus broker serialization format.

Syntax

string ItoString();

Parameters

None.

Return Values

A string that contains the serialized data in an IBM WebSphere Business Integration Server Express and Express Plus-compatible format.

Example

// Convert to IBM format
String stringBusObj;
stringBusObj = exampleBusObj.ItoString();

Copyright IBM Corp. 2004