EscapeValueAttributeUnescape Method
This is used to return an unescaped and HTML decoded MSBuild value
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public static string Unescape(
string escapedValue
)
Public Shared Function Unescape (
escapedValue As String
) As String
public:
static String^ Unescape(
String^ escapedValue
)
static member Unescape :
escapedValue : string -> string
- escapedValue String
- The escaped value
StringThe unescaped and HTML decoded value
MSBuild provides an escape method but no unescape method. Go figure.