Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ToString

Returns a string representing the EntityId wrapped by the SceneHandle.
Read time 1 minuteLast updated 13 days ago

Definition

ToString()

Returns a string representing the EntityId wrapped by the SceneHandle.
public override string ToString()

Returns

Type

Description

stringA string representation of the EntityId wrapped by the SceneHandle.

ToString(string)

Returns a string representing the EntityId wrapped by the SceneHandle.
public string ToString(string format)

Parameters

format

The format to use.

Returns

Type

Description

stringA string representation of the EntityId wrapped by the SceneHandle.

ToString(string, IFormatProvider)

Returns a string representing the EntityId wrapped by the SceneHandle.
public string ToString(string format, IFormatProvider formatProvider)

Parameters

format

The format to use.

formatProvider

Returns

Type

Description

stringA string representation of the EntityId wrapped by the SceneHandle.