FundooGuy
February 16th, 2005, 04:03 AM
Hi guru's
i have a string var in which i need to add another var within doube quotes.
string str="<learning object id=" + strcode + ">";
str variable must be like this
<learning object id="1">
i m using c# language and i dont know how to add those double quotes in the id .
please help me
i have a string var in which i need to add another var within doube quotes.
string str="<learning object id=" + strcode + ">";
str variable must be like this
<learning object id="1">
i m using c# language and i dont know how to add those double quotes in the id .
please help me