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:
- Raises:
ParseException – If the string cannot be converted to an object identity.
LocalException – If the identity has an empty name.