| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace > ILocalVariable Interface : ToString Method |
// get local variable ILocalVariable lv = project.Variables["VariableName"]; // convert local variable to string string stringLocalVariable = lv.ToString();
// get local variable $lv = $project->Variables->get_Item("VariableName"); // convert local variable to string $stringLocalVariable = $lv->ToString();
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven