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.