Summary
Adds instances of %XX in the input string where the char to be escaped appears
XX is the hex value of the ASCII code for the char.
- Namespace
- NBuildKit
.MsBuild .Tasks .Core - Containing Type
- EscapingUtilities
Syntax
public static string Escape(string text)
Parameters
Name | Type | Description |
---|---|---|
text | string | The string to escape. |
Return Value
Type | Description |
---|---|
string | escaped string |