[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Parse the string literal value supplied into the specific
the specific data type.
Namespace: net.esper.type
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Sub Parse ( _ param1 As String _ ) |
C# |
---|
public abstract void Parse ( string param1 ) |
Visual C++ |
---|
public: virtual void Parse ( String^ param1 ) abstract |
Parameters
- param1
- System.String