implicit operator FixedString4096Bytes(string)
Returns a new FixedString4096Bytes that is a copy of another string.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Operator
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
implicit operator FixedString4096Bytes(FixedString4096Byte)
[ExcludeFromBurstCompatTesting("Takes managed string")]public static implicit operator FixedString4096Bytes(string b)
Parameters
A string to copy.
Returns
Type | Description |
|---|---|
| FixedString4096Bytes | A new FixedString4096Bytes that is a copy of another string. |