DataModel.toCommaSeparated

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

class DataModel
string
toCommaSeparated
()

Return Value

Type: string

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

Meta