[TIBCO.EMS .NET client library 7.0 documentation]

returns a string representation of the message

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.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