Icon ReadBoolean Method

function ReadBoolean: Boolean

Available In: Server Applications

Use this method to read a boolean (unsigned, 8-bit integer) True (1) or False (0) value from the stream, starting at the stream's current position.

Information If the value cannot be read for any reason, an exception will be raised.
Image