Gets content of the logical line without trimming EOL code.
Namespace: Sgry.AzukiAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | Specified index is out of valid range. |