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

Parse string value returning a float.

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

Syntax

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

Parameters

value
System.String
to parse

Return Value

parsed value