EscapeUriString()

Uri::EscapeUriString(const String&) method

Converts a URI string to its escaped representation.

static String System::Uri::EscapeUriString(const String &stringToEscape)

Arguments

ParameterTypeDescription
stringToEscapeconst String&The string to escape

Return Value

A String that contains the escaped representation of stringToEscape

See Also