StringsMaxLines Method
Get a string with a maximum number of lines
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string MaxLines(
Object text,
int lines
)
Public Shared Function MaxLines (
text As Object,
lines As Integer
) As String
- text Object
- Text used.
- lines Int32
- Maximum number of lines of the chain to obtain.
StringString with the substring from start position to maximum line number indicated.
Empty if the text is empty.