StringExp.toPtr

If the string data is UTF-8 and can be accessed directly, return a pointer to it. Do not assume a terminating 0.

class StringExp
char*
toPtr
(
)

Return Value

Type: char*

pointer to string data if possible, null if not

Meta