Formatter.GetLine(Int32) Method

Definition

Gets the line from the index provided (Skips last Carriage Return)

public virtual string GetLine (int index);
abstract member GetLine : int -> string
override this.GetLine : int -> string
Public Overridable Function GetLine (index As Integer) As String

Parameters

index
Int32

Returns

Last line text

Applies to