Parse the long from a 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 TryParseString( string s ) |
| Visual Basic |
|---|
Protected Overrides Function TryParseString ( _ s As String _ ) As Boolean |
| Visual C++ |
|---|
protected: virtual bool TryParseString( String^ s ) override |
Parameters
- s
- Type: System..::..String
The string to parse.