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. 

 

C++
virtual const char* getString(const Tuple& tuple) = 0;
Parameters 
Description 
const Tuple& tuple 
The Tuple for which to get the String value.  

The String value.