Parses a string.
Namespace:
SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public INode Parse( string str ) |
| Visual Basic (Declaration) |
|---|
Public Function Parse ( _ str As String _ ) As INode |
| Visual C++ |
|---|
public: INode^ Parse( String^ str ) |
Parameters
- str
- Type: System..::.String
the input string
Return Value
the root node of the parse tree
Exceptions
| Exception | Condition |
|---|---|
| SingularSys.Jep..::.ParseException |