EscapingUtilities.

UnescapeAll(string) Method

Summary

Replaces all instances of %XX in the input string with the character represented by the hexadecimal number XX.

Syntax

public static string UnescapeAll(string text)

Parameters

Name Type Description
text string The string to unescape.

Return Value

Type Description
string unescaped string