'Declaration
Public Function ParseExpression( _ ByVal text As String, _ ByVal customFunctions As Hashtable, _ ByVal customNames As Hashtable _ ) As Expression
'Usage
Dim instance As Parser Dim text As String Dim customFunctions As Hashtable Dim customNames As Hashtable Dim value As Expression value = instance.ParseExpression(text, customFunctions, customNames)
public Expression ParseExpression( string text, Hashtable customFunctions, Hashtable customNames )
Parameters
- text
- The text.
- customFunctions
- The custom functions.
- customNames
- The custom names.