Convert single quoted string to double quoted string

Hi,

How can I convert a single quoted string to a double quoted string?
For example:
‘hi there’ should become “hi there”