Integration Server
10.15 |
Built-In Services Reference Guide
|
String Folder
|
Summary of Elements in this Folder
|
pub.string:objectToString
pub.string:objectToString
WmPublic. Converts an object to string representation using the Java toString() method of the object.
Input Parameters
object
Object
The object to be converted to string representation.
Output Parameters
string
String
String representation of the input object converted using the Java toString() method of the object.