TextValueField<T0>.StringToValue
protected TValueType StringToValue(string str);
Parameters
| str | The string to convert. |
Returns
TValueType The value parsed from the string.
Description 描述
Converts the given string to a value type.
| str | The string to convert. |
TValueType The value parsed from the string.
Converts the given string to a value type.