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 |
|---|---|
| string | A new managed string that is a copy of this string. |