company logo

String :: data - Returns a pointer to the 8 bit string data area

The property returns a const char * pointer to the area containing the string data. The method is implemented for C++, only.

Return value:  C string ( char * )

Usually, the string has to be 0-terminated, but there might be exceptions.

Implementation details