Expression.Implicit(String to Expression) Operator
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.
allow a string to be implicitly assigned to an expression property.
public static implicit operator AdaptiveExpressions.Expression (string expression);
static member op_Implicit : string -> AdaptiveExpressions.Expression
Public Shared Widening Operator CType (expression As String) As Expression
Parameters
- expression
- String
string expression.