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

Parse the string array returning a long array.

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

Syntax

Visual Basic (Declaration)
Public Shared Function ParseString ( _
	values As String() _
) As Long()
C#
public static long[] ParseString (
	string[] values
)
Visual C++
public:
static array<long long>^ ParseString (
	array<String^>^ values
)

Parameters

values
System.String[]
string array

Return Value

typed array