Parse out an encoded numeric string and set 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
| C# |
|---|
protected abstract bool TryParseNumeric( string s ) |
| Visual Basic |
|---|
Protected MustOverride Function TryParseNumeric ( _ s As String _ ) As Boolean |
| Visual C++ |
|---|
protected: virtual bool TryParseNumeric( String^ s ) abstract |
Parameters
- s
- Type: System..::..String
String to parse.