StringsMaxLines Method

Get a string with a maximum number of lines

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string MaxLines(
	Object text,
	int lines
)

Parameters

text  Object
Text used.
lines  Int32
Maximum number of lines of the chain to obtain.

Return Value

String
String with the substring from start position to maximum line number indicated.

Empty if the text is empty.

See Also