State.fromString
State fromString(World world, LV2_URID_Map * map, string str) staticLoad state from a string previously produced by toString().
Parameters
world | Lilv world |
map | URID map |
str | The string state returned by toString() |
Returns
New State object or null on error