StaticExpressionFilterRemoveQuotesAndUnescape Method

Allows converting a quoted escaped string (e.g. '"This is a \"test\""') into a normal string (e.g. 'This is a "test"')

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public static string RemoveQuotesAndUnescape(
	string str
)

Parameters

str  String
The escaped string.

Return Value

String
The un-escaped string.

See Also