Click or drag to resize

EvaluatorEval Method

Executes the expression and returns the resulting value.

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

Return Value

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