LuaObject.toString

Convert the referenced object into a textual representation.

The returned string is formatted in the same way the Lua tostring function formats.

struct LuaObject
@trusted
string
toString
()

Return Value

Type: string

String representation of referenced object

Meta