System::IO::BinaryReader::ReadUInt32 method

BinaryReader::ReadUInt32 method

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

virtual uint32_t System::IO::BinaryReader::ReadUInt32()

ReturnValue

An unsigned 32-bit integer value read

See Also