dict.cc dictionary

ParserBase.processLine Method 

Extracts indexes from one single dictionary line

[Visual Basic]
MustOverride Protected Function processLine( _
   ByVal s As String, _
   ByVal from As Long, _
   ByVal to As Long _
) As Boolean
[C#]
protected abstract bool processLine(
   string s,
   long from,
   long to
);

Parameters

s
the dictionary line string
from
position of the line begin in the file
to
position of the line end in the file

Return Value

true, if the process should continue, false if it was interrupted by by the user

See Also

ParserBase Class | dict Namespace