ToString
Returns a string representation of this EntityId.
Read time 1 minuteLast updated 6 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. |
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. |
ToString(string, IFormatProvider)
Returns a string representation of this EntityId.
public string ToString(string format, IFormatProvider formatProvider)
Parameters
Returns
Type | Description |
|---|---|
| string | A string that represents this EntityId. |