Summary
Replaces all instances of %XX in the input string with the character represented
by the hexadecimal number XX.
- Namespace
- NBuildKit
.MsBuild .Tasks .Core - Containing Type
- EscapingUtilities
Syntax
public static string UnescapeAll(string text, out bool escapingWasNecessary)
Parameters
Name | Type | Description |
---|---|---|
text | string | The string to unescape. |
escapingWasNecessary | bool | Whether any replacements were made. |
Return Value
Type | Description |
---|---|
string | unescaped string |