Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StringToValue(string)

Converts a string to a double.
Read time 1 minuteLast updated 8 days ago

Definition

protected override double StringToValue(string str)

Parameters

The string to convert.

Returns

Type

Description

doubleThe double parsed from the string.