Documentation

tostring

Function

string tostring(const ?&in)

Returns a string representation of the given object, if possible. Will call an object's ToString() method if it exists. Throws an exception if it was unable to.

?

Returns string