SKWStream.WriteDecimalAsTest(Int32) Method

Definition

Write a 32-bit integer to the stream as a string.

public bool WriteDecimalAsTest (int value);

Parameters

value
Int32

The 32-bit integer to write.

Returns

Returns true if the write succeeded, otherwise false.

Applies to