Method to attempt to parse out the value from the encoded string
and sets the value of Current.
Namespace: Lucene.Net.IndexAssembly: Lucene.Net.Contrib.Core (in Lucene.Net.Contrib.Core.dll) Version: 2.9.2.0 (2.9.2)
Syntax
Visual Basic |
---|
Protected MustOverride Function TryParse ( _
s As String _
) As Boolean |
Visual C++ |
---|
protected:
virtual bool TryParse(
String^ s
) abstract |
Return Value
True if the value was successfully parsed, false if we reached the
end of encoded values in the fiele and only the tries remain.
See Also