[TIBCO.EMS .NET client library 7.0 documentation]

Writes a string to the stream message.

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

Syntax

public void WriteString(
	string value
)
Public Sub WriteString ( _
	value As String _
)
public:
void WriteString(
	String^ value
)

Parameters

value
Type: System..::.String
the string value to be written

Remarks

Each call writes a data value to the stream and advances the write position so that the next write call appends to the new end of the stream.

See Also