[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Parse the string containing a long value.

Namespace: net.esper.type
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function ParseString ( _
	value As String _
) As Long
C#
public static long ParseString (
	string value
)
Visual C++
public:
static long long ParseString (
	String^ value
)

Parameters

value
System.String
is the textual long value

Return Value

long value