How insert double cot ("") in string
I can't use double cot in string, it's getting error. plz help me.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tanmay SarkarPosted Jul 31, 2010, 7:31 AM
try this....
private void button1_Click(object sender, EventArgs e)
{
MessageBox.Show("FIFA \"2010\"");
}
the message will show like - FIFA "2010"
So there is a use of double cot in a String.
Mark it ans if it help you!
Thank you!