v2026.5.3
All Bundles
Bundle Core runtime library providing primitive types (Bool, Byte, Char, Int, Float, String), base collections, and system utilities. Every Objeck program links against this bundle automatically via lang.obl.

Stringify

Used to represent the string value of an object instance

Operations

ToString # virtual

Converts an instance to a string

method : public : virtual : ToString() ~ System.String

Return

TypeDescription
Stringstring representation of the instance