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