tibasTuple_ToString()

Creates a string representation of the specified tuple.

Declaration

tibas_status tibasTuple_ToString
(tibasTuple tuple,
char**       tupleString)

Parameter

Parameter Description
tuple The TIBCO ActiveSpaces entity on which the function is invoked.
tupleString The string that is created and returned. Call tibas_FreeData to destroy the string.

Remarks

Use the tibasTuple_ToString() function to convert the data in a specified tuple into a string that can be displayed or used by your application.