ContentsIndexHome
PreviousUpNext
IDataView::getString Method (ITuple*)

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. 

 

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

The String value.