Method in IVariableAccess
Given a variable name, attempts to fetch a value for the variable, either from storage, initial values found in Program , or by evaluating a smart variable found in Program .
string
variableName
The name of the variable.
T
result
If this method returns true
, this parameter will contain the fetched value.
T
The type of the value to return. The fetched value will be converted to this type, if possible.
true
if a value could be fetched; false
otherwise.