SKWStream.Write32(UInt32) Method

Definition

Write a single, unsigned 32-bit integer to the stream.

public bool Write32 (uint value);

Parameters

value
UInt32

The unsigned 32-bit integer to write.

Returns

Returns true if the write succeeded, otherwise false.

Applies to