Partager via


Uri.UnescapeComponent(String) Méthode

Définition

Convertit la chaîne spécifiée en remplaçant toutes les séquences d'échappement par leur représentation sans séquence d'échappement.

public:
 static Platform::String ^ UnescapeComponent(Platform::String ^ toUnescape);
 static winrt::hstring UnescapeComponent(winrt::hstring const& toUnescape);
public static string UnescapeComponent(string toUnescape);
function unescapeComponent(toUnescape)
Public Shared Function UnescapeComponent (toUnescape As String) As String

Paramètres

toUnescape
String

Platform::String

winrt::hstring

Chaîne à convertir.

Retours

String

Platform::String

winrt::hstring

Représentation non échiffée de stringToUnescape.

Remarques

Utilisez UnescapeComponent en tant qu’utilitaire si vous souhaitez une chaîne lisible par l’utilisateur d’un seul composant, par exemple la valeur path , non boucée.

S’applique à

Voir aussi