UnescapeDataString()

Uri::UnescapeDataString(const String&) method

Unescapes the specified escaped string.

static String System::Uri::UnescapeDataString(const String &stringToUnescape)

Arguments

ParameterTypeDescription
stringToUnescapeconst String&The string to unescape

Return Value

A new string containing the unescaped representation of stringToUnescape

See Also