Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StringToValue(string)

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

Definition

protected override uint StringToValue(string str)

Parameters

The string to convert.

Returns

Type

Description

uintThe unsigned integer parsed from the string.