MultilineStringToString Method

Return the aggregated version of this multi-line string.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public override string ToString()

Return Value

String
Single string representing all of the content of this multi-line string.

Remarks

In a multi-line string, at the end of each item, a space indicates that the content of the current line will be continued on the next. Otherwise, the next item represents the beginning of the next line.

In this version, the last line is not terminated with a line-feed.

See Also