Capacity
The current capacity in bytes of this string.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public int Capacity { readonly get; set; }
Remarks
The null-terminator byte is not included in the capacity, so the string's character buffer is in size.
Capacity + 1