Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


implicit operator FixedString4096Bytes

Returns a new FixedString4096Bytes that is a copy of another string.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Operator
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule

implicit operator FixedString4096Bytes(FixedString4096Byte)

Returns a new FixedString4096Bytes that is a copy of another string.
public static implicit operator FixedString4096Bytes(in FixedString512Bytes fs)

Parameters

A FixedString512Bytes to copy.

Returns

Type

Description

FixedString4096BytesA new FixedString4096Bytes that is a copy of the other string.

implicit operator FixedString512Bytes(FixedString512Byte)

Returns a new FixedString512Bytes that is a copy of another string.
[ExcludeFromBurstCompatTesting("Takes managed string")]public static implicit operator FixedString512Bytes(string b)

Parameters

A string to copy.

Returns

Type

Description

FixedString512BytesA new FixedString512Bytes that is a copy of another string.