# implicit operator FixedString4096Bytes(string)

> Returns a new FixedString4096Bytes that is a copy of another string.

## Definition

* **Type:** Operator
* **Namespace:** [Unity.Collections](/engine/6000.7/script-reference/unity/collections.md)
* **Assembly:** UnityEngine.ManagedKernelModule

## implicit operator FixedString4096Bytes(FixedString4096Byte)

```csharp
[ExcludeFromBurstCompatTesting("Takes managed string")]
public static implicit operator FixedString4096Bytes(string b)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): A string to copy.

### Returns

| Type                                                                                              | Description                                                  |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [FixedString4096Bytes](/engine/6000.7/script-reference/unity/collections/fixedstring4096bytes.md) | A new FixedString4096Bytes that is a copy of another string. |
