AddString Method

Appends a new StringParameter to the end of the array.

Type: XJEaseArrayParameter

Namespace: XJTAG.Integration.XJRunner

Syntax

public void AddString(string arrayItem)

Parameters

arrayItem

Type: string

The value of the string to append to the array.

Exceptions

RuntimeException

The Type of this array is not String, or the Depth is greater than 1.