Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NotTrailer(byte)

Returns true if the byte is not the last byte of a UTF-8 character.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public static bool NotTrailer(byte b)

Parameters

The byte.

Returns

Type

Description

boolTrue if the byte is not the last byte of a UTF-8 character.