Reads a Boolean value from the input stream.

C# |
public bool ReadBoolean()

The Boolean value retrieved from the input stream.

Exception | Condition |
---|---|
[SoamException] | If the value could not be read from the input stream. |
C# |
public bool ReadBoolean()
Exception | Condition |
---|---|
[SoamException] | If the value could not be read from the input stream. |