ExpressionParser.Parse(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parse the input into an expression.
public AdaptiveExpressions.Expression Parse (string expression);
abstract member Parse : string -> AdaptiveExpressions.Expression
override this.Parse : string -> AdaptiveExpressions.Expression
Public Function Parse (expression As String) As Expression
Parameters
- expression
- String
Expression to parse.
Returns
Expression tree.