get_string


Description:

public unowned string? get_string ()

Gets the string value stored inside a node.

If the node does not hold a string value, `NULL` is returned.

Parameters:

this

a node holding a string

Returns:

a string value.