Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StringToValue(string)

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

Definition

protected override TValueType StringToValue(string str)

Parameters

The string to convert.

Returns

Type

Description

TThe value parsed from the string.