Method WriteNewLine
WriteNewLine(ref UnsafeText)
Appends a new line into the UnsafeText
Declaration
public static bool WriteNewLine(ref UnsafeText messageOutput)
Parameters
Type | Name | Description |
---|---|---|
UnsafeText | messageOutput | UnsafeText to append the new line |
Returns
Type | Description |
---|---|
bool | True on success |