Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.