G
Guest
Hi Guys,
Just wondering how we can build up a string which needs to contain speech
mark symbols in the text itself. For example doing something like..
exampleString = "Join the "2" groups together"
I am not sure how to do that in C#. Currently I can only able to acheive
something like this as a short hand..
exampleString = "Join the '2' groups together"
by using single quotes which I do not need..
Looking for valuable feedback on this simple query.
Thanks.
Irfan
Just wondering how we can build up a string which needs to contain speech
mark symbols in the text itself. For example doing something like..
exampleString = "Join the "2" groups together"
I am not sure how to do that in C#. Currently I can only able to acheive
something like this as a short hand..
exampleString = "Join the '2' groups together"
by using single quotes which I do not need..
Looking for valuable feedback on this simple query.
Thanks.
Irfan