GetEndPos Method (Int32, String, Char)

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,
	char terminator
)
Visual Basic (Declaration)
Protected Function GetEndPos ( _
	offset As Integer, _
	line As String, _
	terminator As Char _
) As Integer
Visual C++
protected:
int GetEndPos(
	int offset, 
	String^ line, 
	wchar_t terminator
)

Parameters

offset
Type: System..::.Int32
where to start searching
line
Type: System..::.String
contents of the current line
terminator
Type: System..::.Char
char that tells us that this is the end position

Return Value

index on the current line

See Also