Method ToString
ToString()
Returns a new managed string that is a copy of this string.
Declaration
[ExcludeFromBurstCompatTesting("Returns managed string")]
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A new managed string that is a copy of this string. |