System::Uri::EscapeUriString-Methode

Uri::EscapeUriString method

Konvertiert einen URI-String in seine escaped Darstellung.

static String System::Uri::EscapeUriString(const String &stringToEscape)
ParameterTypBeschreibung
stringToEscapeconst String&Der zu maskierende String

ReturnValue

Ein String, der die escaped Darstellung von stringToEscape enthält

Siehe auch