Méthode System::Uri::EscapeDataString

Uri::EscapeDataString method

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

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

ReturnValue

Une nouvelle chaîne contenant la représentation échappée de stringToEscape

Voir aussi