lets say i have the following in a string...all of this "counts"
i want to replace the instances of the single quotations, with double quotations, so that the string looks like this....all of this ""counts""
i know its String.Replace method, but i cant seem to get it to work.
