ReadUInt32()

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

Return Value

An unsigned 32-bit integer value read

See Also