LIBRAAPI const char * ra_value_get_string_utf8 (value_handle vh);
LIBRAAPI const char * ra_value_get_string_utf8
vh
value-handle
This function returns a character pointer to the string set in vh. The string is UTF-8 encoded. The pointer is valid until vh is used in another function or vh is freed.
value.c