System::Uri::UnescapeDataString method

Uri::UnescapeDataString method

Unescapes the specified escaped string.

static String System::Uri::UnescapeDataString(const String &stringToUnescape)
ParameterTypeDescription
stringToUnescapeconst String&The string to unescape

ReturnValue

A new string containing the unescaped representation of stringToUnescape

See Also