C# 클래스 MiniTwitter.Extensions.StringExtention

파일 보기 프로젝트 열기: iyomumx/MiniTwitter-Mod

공개 메소드들

메소드 설명
UrlDecode ( this value ) : string
UrlEncode ( this value ) : string

비공개 메소드들

메소드 설명
IsNullOrEmpty ( this value ) : bool
IsRegexMatch ( this value, string pattern ) : bool

메소드 상세

UrlDecode() 공개 정적인 메소드

public static UrlDecode ( this value ) : string
value this
리턴 string

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( this value ) : string
value this
리턴 string