SKWStream.WriteText(String) Method

Definition

Write a string to the stream as a string.

public bool WriteText (string value);

Parameters

value
String

The string to write.

Returns

Returns true if the write succeeded, otherwise false.

Applies to