Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Length

The current length in bytes of this string's content.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public int Length { readonly get; set; }

Remarks

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