Parse the int from an encoded string.
Namespace: Lucene.Net.IndexAssembly: Lucene.Net.Contrib.Core (in Lucene.Net.Contrib.Core.dll) Version: 2.9.2.0 (2.9.2)
Syntax
C# |
---|
protected override bool TryParseNumeric(
string s
) |
Visual Basic |
---|
Protected Overrides Function TryParseNumeric ( _
s As String _
) As Boolean |
Visual C++ |
---|
protected:
virtual bool TryParseNumeric(
String^ s
) override |
Return Value
True if the parse was successful, false indicating failure
and the end of useful terms in the numeric field.
See Also