| 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.
Parameters
- value
- The four-byte unsigned integer (stored in a Int64) to write.
Exceptions
| Exception Type | Condition |
|---|
| ArgumentException | value doesn't fit within the range of
an unsigned 32-bit integer. |
See Also
BinaryWriterEx Class | EF.Tools Namespace