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

BinaryWriterEx.WriteUInt32BE Method 

Writes a four-byte unsigned integer to the current stream and advances the stream position by four bytes.

public void WriteUInt32BE(
   long value
);

Parameters

value
The four-byte unsigned integer (stored in a Int64) to write.

Exceptions

Exception TypeCondition
ArgumentExceptionvalue doesn't fit within the range of an unsigned 32-bit integer.

See Also

BinaryWriterEx Class | EF.Tools Namespace