Version: 2018.1
Experimental: this API is experimental and might be changed or removed in the future.

TextValueField<T0>.StringToValue

マニュアルに切り替える
protected T StringToValue (string str);

パラメーター

strThe string to convert.

戻り値

T The value parsed from the string.

説明

Converts the given string to a value type.