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)
Parameters
Name | Type | Description |
---|---|---|
text | string | The string to unescape. |
Return Value
Type | Description |
---|---|
string | unescaped string |