Ice.stringToIdentity

Ice.stringToIdentity(str: str) Identity

Converts a stringified identity into an Identity.

Parameters:

str (str) – The stringified identity.

Returns:

An Identity created from the provided string.

Return type:

Identity

Raises:

ParseException – If the string cannot be converted to an object identity.