Method WriteULong
WriteULong(ulong)
Reads an 8-byte unsigned long from the stream and advances the current position of the stream by eight bytes.
Declaration
public bool WriteULong(ulong value)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | value | The 8-byte unsigned long to write. |
Returns
| Type | Description |
|---|---|
| bool | Whether the write was successful |