N
newsgroupie
Hi Newsgroupies,
Please could someone tell me the escape character for " (double quote)
in a string.Format(...) method as \x22 doesn't work as it comes out as
\" in the result.
i.e. string.Format("you say \x22goodbye\x22 and I say \x22hello\x22");
....comes out as...
you say \"goodbye\" and I say \"hello\"
Many thanks,
Newsgroupie, UK
Please could someone tell me the escape character for " (double quote)
in a string.Format(...) method as \x22 doesn't work as it comes out as
\" in the result.
i.e. string.Format("you say \x22goodbye\x22 and I say \x22hello\x22");
....comes out as...
you say \"goodbye\" and I say \"hello\"
Many thanks,
Newsgroupie, UK