System::Uri::EscapeUriString method

Uri::EscapeUriString method

Converts a URI string to its escaped representation.

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

ReturnValue

A String that contains the escaped representation of stringToEscape

See Also