System::IO::BinaryReader::ReadBoolean メソッド

BinaryReader::ReadBoolean method

入力ストリームから単一のバイトを読み取り、そのブール表現を返します。

virtual bool System::IO::BinaryReader::ReadBoolean()

ReturnValue

読み取ったバイトが 0 と等しくない場合は true、そうでなければ false

参照