Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 18 Tuple : Tuple Operations : tibasTuple_ToString()

tibasTuple_ToString()
Function
Declaration
tibas_status tibasTuple_ToString
(tibasTuple tuple,
char**       tupleString)
Purpose
Creates a string representation of the specified tuple.
Parameter
 
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.
See Also
tibasTuple_Serialize(), tibasTuple_Free()
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved