System::Uri::EscapeDataString method

Uri::EscapeDataString method

Converts a string to its escaped representation.

static String System::Uri::EscapeDataString(const String &stringToEscape)
ParameterTypeDescription
stringToEscapeconst String&The string to escape

ReturnValue

A new string containing the escaped representation of stringToEscape

See Also