StringTransformEvaluator Class
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.
Evaluator that transforms a string to another string.
public class StringTransformEvaluator : AdaptiveExpressions.ExpressionEvaluator
type StringTransformEvaluator = class
inherit ExpressionEvaluator
Public Class StringTransformEvaluator
Inherits ExpressionEvaluator
- Inheritance
Constructors
StringTransformEvaluator(String, Func<IReadOnlyList<Object>,Object>) |
Initializes a new instance of the StringTransformEvaluator class. |
StringTransformEvaluator(String, Func<IReadOnlyList<Object>,Options,ValueTuple<Object,String>>) |
Initializes a new instance of the StringTransformEvaluator class. |
Properties
Negation |
Gets or sets the evaluator that is a negation of this one. (Inherited from ExpressionEvaluator) |
ReturnType |
Gets or sets the expression return type. (Inherited from ExpressionEvaluator) |
Type |
Gets the expression type for evaluator. (Inherited from ExpressionEvaluator) |
Methods
ToString() |
Returns a string that represents the current object. (Inherited from ExpressionEvaluator) |
TryEvaluate(Expression, IMemory, Options) |
Evaluate an expression. (Inherited from ExpressionEvaluator) |
ValidateExpression(Expression) |
Validate an expression. (Inherited from ExpressionEvaluator) |