This version of Unity is unsupported.

DoubleField.StringToValue

Declaration

protected double StringToValue(string str);

Parameters

str The string to convert.

Returns

double The double parsed from the string.

Description

Converts a string to a double.