This version of Unity is unsupported.

TextValueField<T0>.StringToValue

protected TValueType StringToValue(string str);

Parameters

strString of the value.

Returns

TValueType Value.

Description

Transform the string representation in the field to the right value.