[TIBCO.EMS .NET client library 8.1 documentation]

Reads a boolean from the bytes message stream.

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

Syntax

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

Return Value

the boolean value read

Remarks

Reads one byte from the byte stream of a BytesMessage and advances the read position so that the next read call gets the next datum.

See Also