OlympeFunctionstagToStringVersion: 2.8tagToString CallabletagToString(tag: InstanceOrTag): stringGet the unique identifier of the specified InstanceOrTag as a string If the given tag is a CloudObject instance, the tag of that instance is returned. If a class constructor is given, the tag of the corresponding CloudObject is returned.Parameterstag: InstanceOrTagReturns stringstring tag of given input
Get the unique identifier of the specified InstanceOrTag as a string
If the given tag is a
CloudObject
instance, the tag of that instance is returned. If a class constructor is given, the tag of the correspondingCloudObject
is returned.