EscapingUtilities.

UnescapeAll(string, bool) 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, 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