Method ConvertToString
ConvertToString<T>(ref T)
Returns a copy of this string as a managed string.
Declaration
[ExcludeFromBurstCompatTesting("Returns managed string")]
public static string ConvertToString<T>(this ref T fs) where T : unmanaged, INativeList<byte>, IUTF8Bytes
Parameters
| Type | Name | Description |
|---|---|---|
| T | fs | A string to copy. |
Returns
| Type | Description |
|---|---|
| string | A copy of this string as a managed string. |
Type Parameters
| Name | Description |
|---|---|
| T | A string type. |