A class library for opening, parsing, and saving MIDI files.

BinaryReaderEx.ReadUInt32BE Method 

Reads a 4-byte unsigned integer from the current stream and advances the current position of the stream by four bytes.

public long ReadUInt32BE();

Return Value

A 4-byte unsigned integer (stored in an Int64) read from the current stream.

See Also

BinaryReaderEx Class | EF.Tools Namespace