SKWStream.WriteHexAsText(UInt32, Int32) Method

Definition

Write an unsigned, 32-bit integer to the stream as a hexadecimal string.

public bool WriteHexAsText (uint value, int digits);

Parameters

value
UInt32

The unsigned, 32-bit integer to write.

digits
Int32

The number of digits (length) to use when writing.

Returns

Returns true if the write succeeded, otherwise false.

Applies to