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

Parse the string literal values supplied in the array into the specific data type.

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

Syntax

Visual Basic (Declaration)
Sub Parse ( _
	values As String() _
)
C#
void Parse (
	string[] values
)
Visual C++
void Parse (
	array<String^>^ values
)

Parameters

values
System.String[]
are the textual values to parse