Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
DotNetXri
Client
Util
URLUtils
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