System::Uri::EscapeUriString method

Uri::EscapeUriString method

Converteert een URI-string naar zijn escaped representatie.

static String System::Uri::EscapeUriString(const String &stringToEscape)
ParameterTypeBeschrijving
stringToEscapeconst String&De string om te ontsnappen

ReturnValue

Een String die de geëscapeerde weergave van stringToEscape bevat

Zie ook