GetLineText Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Get text of given line

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public string GetLineText(
	int iLine
)
Visual Basic
Public Function GetLineText ( _
	iLine As Integer _
) As String
Visual C++
public:
String^ GetLineText(
	int iLine
)

Parameters

iLine
Type: System..::..Int32
Line index

Return Value

Text

See Also