Python3Script Xojo Plugin

Python3EntityBase.ToString Method (console safe)

Computes a string representation of the object. Returns the string representation on success, empty string on failure.

ToString() as String

Parameters

Returns

String

Remarks

This is the equivalent of the Python expression str(o)

See Also

Python3EntityBase Class