TestJsEngine.

GetVariableValue<T>(string) Method

Summary

Gets the value of variable.

Syntax

public T GetVariableValue<T>(string variableName)

Type Parameters

Name Description
T Type of variable.

Parameters

Name Type Description
variableName string Variable name.

Return Value

Type Description
T Value of variable.
GitHub