IExpressionParser.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 a string into an Expression.
public AdaptiveExpressions.Expression Parse (string expression);
abstract member Parse : string -> AdaptiveExpressions.Expression
Public Function Parse (expression As String) As Expression
Parameters
- expression
- String
Expression to parse.
Returns
The resulting expression.