ItoString()

Returns the dump of the business object in the InterChange Server Express serialization format.

Syntax

string ItoString();

Parameters

None.

Return Values

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

Example

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

Copyright IBM Corp. 2004, 2005