Hi,

I have a problem with double and single quotes in a string.

I have a textbox where i take a string from.
In the textbox are double quotes and single quotes quotes.
Problem is that if i return the string all the single quotes are replaced by double quotes.
How can i get it to keep the single quotes as single quotes?

Thanks in advance