A
Aravind @Office
Hello Everyone
What will following string contains thru this assignment
string strList = "\"" + "test" + "\"";
If the result is \"test\" then what should I do to get "test". This seems
so basic but I am really confused with all different languages (c/c++/java
and c#).
Thanks
Aravind
What will following string contains thru this assignment
string strList = "\"" + "test" + "\"";
If the result is \"test\" then what should I do to get "test". This seems
so basic but I am really confused with all different languages (c/c++/java
and c#).
Thanks
Aravind