Click or drag to resize
Sandcastle Help File BuilderEscapeValueAttributeUnescape Method
This is used to return an unescaped and HTML decoded MSBuild value

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public static string Unescape(
	string escapedValue
)

Parameters

escapedValue
Type: SystemString
The escaped value

Return Value

Type: String
The unescaped and HTML decoded value
Remarks
MSBuild provides an escape method but no unescape method. Go figure.
See Also