Hi, how do you output a string that will be seen with double quotatios?
I'd like to display:
This is my "Value".
by doing something like:
string op = "This is my " + " + txtbox.text.ToS tring() + ";
Any clues would be gratefully accepted.
Ant
I'd like to display:
This is my "Value".
by doing something like:
string op = "This is my " + " + txtbox.text.ToS tring() + ";
Any clues would be gratefully accepted.
Ant
Comment