System::Uri::EscapeUriString metod

Uri::EscapeUriString method

Konverterar en URI-sträng till dess escapade representation.

static String System::Uri::EscapeUriString(const String &stringToEscape)
ParameterTypeBeskrivning
stringToEscapeconst String&Strängen som ska escaperas

ReturnValue

En String som innehåller den escapade representationen av stringToEscape

Se även