SKWStream.WriteBool(Boolean) Method

Definition

Write a single boolean to the stream.

public bool WriteBool (bool value);

Parameters

value
Boolean

The boolean to write.

Returns

Returns true if the write succeeded, otherwise false.

Applies to