ReadInt32()

BinaryReader::ReadInt32() method

Reads 4 bytes from the input stream and returns them as a 32-bit integer value.

virtual int System::IO::BinaryReader::ReadInt32()

Return Value

A 132-bit integer value read

See Also