company logo

String :: area - Returns the pointer to the string data area

The method returns the pointer to the area, the string data is stored. If the string is null, the method throws an exception. The method is implemented for C++, only.

Implementation details

const void * String  :: area (  )