Interface IUTF8Bytes
An interface for a sequence of UTF-8 encoded text.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
public interface IUTF8Bytes
  Properties
| Name | Description | 
|---|---|
| IsEmpty | Whether this IUTF8Bytes is empty.  | 
      
Methods
| Name | Description | 
|---|---|
| GetUnsafePtr() | Returns a pointer to the content of this IUTF8Bytes.  | 
      
| TryResize(int, NativeArrayOptions) | Attempt to set the length in bytes of this IUTF8Bytes's content buffer.  |