DataModel.toTabSeparated

Converts the given model into a tab-separated series of rows.

class DataModel
string
toTabSeparated
()

Return Value

Type: string

the representation of the model. You should free this string when you no longer need it.

Meta