GetStringValue Method

Return the value of a string variable.

Type: XJEaseGlobals

Namespace: XJTAG.Integration.XJRunner

Syntax

public string GetStringValue(string variableName)

Parameters

variableName

Type: string

The name of the string variable.

Return Value

string

Exceptions

System.InvalidOperationException

A string variable with the given name could not be found.