Table of Contents

Method GetLineNumberString

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

GetLineNumberString(int)

String representation of specified line number.

public string GetLineNumberString(int textLineIndex)

Parameters

textLineIndex int

Number of line to process.

Returns

string

String representation of specified line number if TextEditor.LineNumbersVisible property if true; otherwise null.