Makes a new Value of type type
from its string representation.
For more information about the string format, see the value_set_from_string function. This function is typically used when reading configuration files or other non-user input that should be locale independent.
as_string |
stringified representation of the value. |
type |
the new value type. |
the newly created Value or null if the string representation cannot
be converted to the specified Free-function: gda_value_free |