This version of Unity is unsupported.

TextInputBaseField<T0>.StringToValue

protected TValueType StringToValue(string str);

Parameters

str The string to convert.

Returns

TValueType The value parsed from the string.

Description

Converts a string to a value type.