MultilineTextAttributeGetLastLineWithText Method |
Returns the last line with text. Preserves blank lines if user intended by skipping a line.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxprotected virtual int GetLastLineWithText(
string[] value
)
protected:
virtual int GetLastLineWithText(
array<String^>^ value
)
Parameters
- value
- Type: SystemString
The string array to process.
Return Value
Type:
Int32The last index of line of the non-blank line.
See Also