Click or drag to resize

EvaluatorGetVariable Method

Returns the value of a variable referenced within the expression after evaluation.

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

Parameters

name
Type: SystemString
Name of the variable referenced within the expression.

Return Value

Type: Object
Value of the variable referenced within the expression after evaluation.
See Also