C# Class DotNetXri.Client.Util.URLUtils

Exibir arquivo Open project: AArnott/dotnetxri

Public Methods

Method 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 method

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
return string