Ice.identityToString

Ice.identityToString(identity: Identity, toStringMode: ToStringMode | None = None) str

Convert an object identity to a string.

Parameters:
  • identity (Ice.Identity) – The object identity to convert.

  • toStringMode (Ice.ToStringMode, optional) – Specifies if and how non-printable ASCII characters are escaped in the result.

Returns:

The string representation of the object identity.

Return type:

str