Click or drag to resize

EvaluatorEvalT Method

Executes the expression and returns the resulting value, cast as the specified object type.

Namespace:  Data.Eval
Assembly:  Data_Eval (in Data_Eval.dll) Version: 2.5.0
Syntax
C#
public T Eval<T>()

Type Parameters

T
Object type to cast the return value as.

Return Value

Type: T
Value specified to be returned from the expression.
See Also