[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) |
---|
Public Overridable Sub Parse ( _
values As String() _
) |
C# |
---|
public virtual void Parse (
string[] values
) |
Visual C++ |
---|
public:
virtual void Parse (
array<String^>^ values
) |
Parameters
- values
- System.String[]
are the textual values to parse