# Length

> The current length in bytes of this string's content.

## Definition

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

```csharp
public int Length { readonly get; set; }
```

### Remarks

The length value does not include the null-terminator byte.
