C# Class DotNetXri.Client.Util.URLUtils

Afficher le fichier Open project: AArnott/dotnetxri

Méthodes publiques

Méthode Description
decode ( string s ) : string

This is the same as java.net.URLDecode(s, "UTF-8") except that '+' is not decoded to ' ' (space).

Method Details

decode() public static méthode

This is the same as java.net.URLDecode(s, "UTF-8") except that '+' is not decoded to ' ' (space).
public static decode ( string s ) : string
s string
Résultat string