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

Reads a boolean from the stream message.

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

Syntax

public bool ReadBoolean()
Public Function ReadBoolean As Boolean
public:
bool ReadBoolean()

Return Value

the boolean value read

Remarks

This method reads a byte of data from the stream and advances the read position so that the next read call gets the next datum.

See Also