Utils.setValueFromString

Converts the string to the type of the value and sets the value with it. Note that this function is dangerous as it does not return any indication if the conversion worked or not.

class Utils
static
void
setValueFromString

Parameters

value Value

the value to set. [out caller-allocates]

valueStr string

the string to get the value from

Meta