ToString
Returns a string representation of this EntityId.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
ToString()
Returns a string representation of this EntityId.
public override string ToString()
Returns
Type | Description |
|---|---|
| string | A string that represents this EntityId. |
Remarks
The string representation is for display and debugging only. Don't store it, parse it, or use it as a serialization format.
ToString(string)
Returns a formatted string representation of this EntityId.
public string ToString(string format)
Parameters
A format string.
Returns
Type | Description |
|---|---|
| string | A formatted string that represents this EntityId. |
Remarks
The string representation is for display and debugging only. Don't store it, parse it, or use it as a serialization format.