Stop visual studio debug putting slash in string containing double quotes

This is expected. Because you are under debug mode you are given the dev version of the string.

To get a user friendly version of the string (actual value without slash) you just have to click on the magnify glass icon on the left

Leave a Comment