WithString Method

Appends a new StringParameter to the end of the array.

Type: XJEaseArrayParameter

Namespace: XJTAG.Integration.XJRunner

Syntax

public XJEaseArrayParameter WithString(string arrayItem)

Parameters

arrayItem

Type: string

The value of the string to append to the array.

Return Value

XJEaseArrayParameter

The array after adding the string value.

Exceptions

RuntimeException

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