GetEndPos Method (Int32, String)

HttpServer.dll

Get endposition for this modifier.

Namespace:  HttpServer.Rendering.Haml.Nodes
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected int GetEndPos(
	int offset,
	string line
)
Visual Basic (Declaration)
Protected Function GetEndPos ( _
	offset As Integer, _
	line As String _
) As Integer
Visual C++
protected:
int GetEndPos(
	int offset, 
	String^ line
)

Parameters

offset
Type: System..::.Int32
where to start searching
line
Type: System..::.String
contents of the current line

Return Value

index on the current line

See Also