Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Pokemon3D
GameJolt
UrlEncoder
C# Class Pokemon3D.GameJolt.UrlEncoder
Mostra file
Open project: nilllzz/Pokemon3D
Public Methods
Method
Description
Encode
(
string
s
) :
string
Encodes unsafe chars in an Url.
Private Methods
Method
Description
EncodeToBytes
(
string
s
,
Encoding
e
) :
byte[]
IntToHex
(
int
n
) :
char
IsUrlSafeChar
(
char
ch
) :
bool
Method Details
Encode()
public
static
method
Encodes unsafe chars in an Url.
public
static
Encode
(
string
s
) :
string
s
string
return
string