I have code as
node.InnerText = "(" + completeNames + ")";
the o/p is shown as (XYZ)
How do I change the syntax so that the o/p is shown as
("XYZ")
TIA,
Andy
User Profile
Collapse
-
escape character for double quotes in C#
-
Pass multiple arguments to bat file from console app
From a C# console application , I want to invoke a .bat file which will copy files from the source folder to the destination folder. The two parameters source and destination folder name will be passed from the application to the bat file.
How could this be achieved. Any sample code provided would be appreciated. -
Webservice
Is there a way to determine if a particular site is using my web service.
Any suggestions would be appreciated.
TIA,
Andy
No activity results to display
Show More