Gets content of the logical line without trimming EOL code.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public string GetLineContentWithEolCode(
	int lineIndex
)
Visual Basic
Public Function GetLineContentWithEolCode ( 
	lineIndex As Integer
) As String

Parameters

lineIndex
Type: System..::..Int32

Return Value

Type: String

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionSpecified index is out of valid range.

See Also