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

Writes a char to the bytes message stream

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

Syntax

public void WriteChar(
	char value
)
Public Sub WriteChar ( _
	value As Char _
)
public:
void WriteChar(
	wchar_t value
)

Parameters

value
Type: System..::.Char
the char value to be written

Remarks

Writes two bytes of 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