get_string
Description:
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. |
Gets the string value stored inside a node.
If the node does not hold a string value, `NULL` is returned.
this |
a node holding a string |
a string value. |