tagToString()
function tagToString(tag): string
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 corresponding CloudObject
is returned.
Parameters
Parameter | Type | Description |
---|---|---|
tag | InstanceOrTag |
Returns
string
string tag of given input