StaticExpressionFilterRemoveQuotesAndUnescape Method
Allows converting a quoted escaped string (e.g. '"This is a \"test\""') into a normal string (e.g. 'This is a "test"')
Namespace: VisualGDBExpressionsAssembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
public static string RemoveQuotesAndUnescape(
string str
)
- str String
- The escaped string.
StringThe un-escaped string.