Skip to content
Jason Perkins edited this page May 26, 2015 · 3 revisions

Converts the contents of a table to a formatted string.

table.tostring(tbl, recurse)

Parameters

tbl is the table to be formatted. recurse is a boolean; if true any sub-tables will also be formatted.

Return Value

A string representing the formatted contents of the table.

Availability

Premake 5.0 or later.

Clone this wiki locally