Click or drag to resize

imbStringBuilderBasegetLastLine Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns last segment of content (since last call)

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public string getLastLine(
	bool removeIt = false
)
Request Example View Source

Parameters

removeIt (Optional)
Type: SystemBoolean

Return Value

Type: String
Last segment or line that was Appended

Implements

IStringBuilderLengthsgetLastLine(Boolean)
See Also