C# Class MiniTwitter.Extensions.StringExtention

Afficher le fichier Open project: iyomumx/MiniTwitter-Mod

Méthodes publiques

Méthode Description
UrlDecode ( this value ) : string
UrlEncode ( this value ) : string

Private Methods

Méthode Description
IsNullOrEmpty ( this value ) : bool
IsRegexMatch ( this value, string pattern ) : bool

Method Details

UrlDecode() public static méthode

public static UrlDecode ( this value ) : string
value this
Résultat string

UrlEncode() public static méthode

public static UrlEncode ( this value ) : string
value this
Résultat string