ContentsIndexHome
PreviousUpNext
IDataView.getString Method (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. 

 

Java
String getString(Tuple tuple);
Parameters 
Description 
Tuple tuple 
The Tuple for which to get the String value.  

The String value.