System::IO::BinaryReader::ReadInt32 method

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()

ReturnValue

A 132-bit integer value read

See Also