[TIBCO.EMS.UFOCLIENT .NET client library 6.3 documentation]

returns a string representation of the message

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override

Return Value

a string representation of the message

Remarks

The string includes the body type, headers (name-value pairs), properties (name-value pairs), and body content.

See Also