Returns the value of the given column of the invoking tuple as a string.

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
string GetStringValue(
	int index
)

Parameters

index
Type: System..::..Int32

Return Value

A char representing the value of the column.

See Also