SKWStream.NewLine Method

Definition

Write a newline character to the stream, if one was not already written.

public bool NewLine ();

Returns

Returns true if the write succeeded, otherwise false.

Remarks

If the last character was a newline character, this method does nothing.

Applies to