Writes a boolean value to the output stream.

C# |
public void WriteBoolean( bool x )

- x (Boolean)
- The boolean value to be written to the output stream.

Exception | Condition |
---|---|
[SoamException] | If the value could not be written to the output stream. |
C# |
public void WriteBoolean( bool x )
Exception | Condition |
---|---|
[SoamException] | If the value could not be written to the output stream. |