The ToString method for represents the rows and columns in string uses ColSeparator and RowSeparator properties.
The following example converts an IZennoTable object using the default ToString method.
| C# | Copy Code |
|---|---|
// get table by name "MyTable" IZennoTable table = project.Tables["MyTable"]; // convert table to string string str = project.ToString(); | |
| PHP | Copy Code |
|---|---|
// get table by name "MyTable" $table = $project->Tables->get_Item("MyTable"); // convert table to string $str = $project->ToString(); | |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family