Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StringToValue(string)

Converts a string to an integer.
Read time 1 minuteLast updated 4 days ago

Definition

protected override int StringToValue(string str)

Parameters

The string to convert.

Returns

Type

Description

intThe integer parsed from the string.