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

Writes a utf string to the bytes message stream

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

Syntax

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

Parameters

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

Remarks

Writes variable-length encoded UTF-8 data to the stream and advances the write position so that the next write call appends to the new end of the stream.

See Also