C# Class MiniTwitter.Extensions.StringExtention

Mostra file Open project: iyomumx/MiniTwitter-Mod

Public Methods

Method Description
UrlDecode ( this value ) : string
UrlEncode ( this value ) : string

Private Methods

Method Description
IsNullOrEmpty ( this value ) : bool
IsRegexMatch ( this value, string pattern ) : bool

Method Details

UrlDecode() public static method

public static UrlDecode ( this value ) : string
value this
return string

UrlEncode() public static method

public static UrlEncode ( this value ) : string
value this
return string