peek_string


Description:

public char* peek_string ()

Returns the type string corresponding to the given this.

The result is not nul-terminated; in order to determine its length you must call get_string_length.

To get a nul-terminated string, see dup_string.

Parameters:

this

a VariantType

Returns:

the corresponding type string (not nul-terminated)

Since 2.24