Click or drag to resize
MultilineTextAttributeGetLastLineWithText Method
Returns the last line with text. Preserves blank lines if user intended by skipping a line.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected virtual int GetLastLineWithText(
	string[] value
)

Parameters

value
Type: SystemString
The string array to process.

Return Value

Type: Int32
The last index of line of the non-blank line.
See Also