Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FromString(string)

Provides a type converted from a string representation.
Read time 1 minuteLast updated 12 days ago

Definition

public abstract T FromString(string value)

Parameters

value

A string representation of the type.

Returns

Type

Description

TInstance of type from the string value.

Remarks

Returns an instance or value of a type from the string representation.