| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : ToString Method |
// get the in the string format string profileAsString = project.Profile.ToString(); // save it to file D:\profile.txt System.IO.File.WriteAllText("C:\\profile.txt", profileAsString, Encoding.UTF8);
// get the in the string format $profileAsString = $project->Profile->ToString(); // save it to file D:\profile.txt System\IO\File::WriteAllText("C:\\profile.txt", $profileAsString, System\Text\Encoding::UTF8);
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.