EscapingUtilities.

Escape(string) Method

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.

Syntax

public static string Escape(string text)

Parameters

Name Type Description
text string The string to escape.

Return Value

Type Description
string escaped string