Value.from_string


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "1.0" ) ]
public Value.from_string (ValueKind kind, string str)

Creates a new Value based on the ValueKind and a string.

Parameters:

kind

A ValueKind

str

A string

Returns:

The newly created Value based on the kind and str.