xml_gvalue_from_str
Description:
public bool xml_gvalue_from_str (
Value res,
Type t,
string str)
Try to parse str as a value of type t into res.
Parameters:
| res |
Result value
|
| t |
Type of data
|
| str |
Value string
|
Returns:
|
True when parsing of str as a value of type t was succesfull; false otherwise.
|