System::Uri::EscapeUriString metodo

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 codificare

ReturnValue

Una String che contiene la rappresentazione con escape di stringToEscape

Vedi anche