ContentsIndexHome
PreviousUpNext
getString Method

Returns the String value for the provided tuple position.

Returns the String value for the provided ITuple. Applies to string valued data, and element valued data of which the range is not a subset of Integers.

String getString(ITuple tuple);

 

Returns the String value for the provided Tuple. Applies to string valued data, and element valued data of which the range is not a subset of Integers.

String getString(Tuple tuple);