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