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

Parse the string literal value into the specific data type.

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

Syntax

Visual Basic (Declaration)
Public Overrides Sub Parse ( _
	value As String _
)
C#
public override void Parse (
	string value
)
Visual C++
public:
virtual void Parse (
	String^ value
) override

Parameters

value
System.String
is the textual value to parse