I'm comparing two strings. One has quotes around it and the other doesn't. I need to either strip the quotes from the one or add them to the other to have a match. I tried """+ ... and chr(34)+ ... at beginning and end of the string but neither was correct syntax. Thanks
Size:
Color:
There must be a million ways of doing it in C#. Just a couple off the top of my head. Suppose that
a is the string that contains leading/trailing quotes and
q is your naughty char:
CODE:
Please log in to see this code.
Size:
Color: