System::Uri::EscapeUriString method

Uri::EscapeUriString method

Converte una stringa URI nella sua rappresentazione escaped.

static String System::Uri::EscapeUriString(const String &stringToEscape)
ParametroTipoDescrizione
stringToEscapeconst String&La stringa da escapare

ReturnValue

Una String che contiene la rappresentazione escapata di stringToEscape

Vedi anche