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

TextValueField<T0>.StringToValue

Cambiar al Manual
protected T StringToValue (string str);

Parámetros

strThe string to convert.

Valor de retorno

T The value parsed from the string.

Descripción

Converts the given string to a value type.