EscapeValueAttributeUnescape Method

This is used to return an unescaped and HTML decoded MSBuild value

Definition

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

Parameters

escapedValue  String
The escaped value

Return Value

String
The unescaped and HTML decoded value

Remarks

MSBuild provides an escape method but no unescape method. Go figure.

See Also