Method ReadBoolean
ReadBoolean(Buffer)
Reads a boolean from the buffer.
Declaration
public static bool ReadBoolean(this Buffer buffer)
Parameters
Type | Name | Description |
---|---|---|
Buffer | buffer |
Returns
Type | Description |
---|---|
bool | The boolean value that has been read from the buffer. |