Length
The current length in bytes of this string.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
public int Length { readonly get; set; }
Remarks
The length does not include the null terminator byte.