Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ToString()

Returns a new managed string that is a copy of this string.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
[ExcludeFromBurstCompatTesting("Returns managed string")]public override string ToString()

Returns

Type

Description

stringA new managed string that is a copy of this string.