Méthode System::Uri::EscapeUriString

Uri::EscapeUriString method

Convertit une chaîne URI en sa représentation échappée.

static String System::Uri::EscapeUriString(const String &stringToEscape)
ParamètreTypeDescription
stringToEscapeconst String&La chaîne à échapper

ReturnValue

Une String qui contient la représentation échappée de stringToEscape

Voir aussi