C# 클래스 Twitter4CS.Util.Extensions

파일 보기 프로젝트 열기: nk0t/Twitter4CS

공개 메소드들

메소드 설명
ParseString ( this s ) : string
ToBool ( this s ) : bool
ToDateTime ( this s, string format = "ddd MMM d HH':'mm':'ss zzz yyyy" ) : System.DateTime
ToHyphenSeparatedShortDateString ( this d ) : string
ToInteger ( this s ) : int
ToLong ( this s ) : long
UrlEncode ( this s ) : string

메소드 상세

ParseString() 공개 정적인 메소드

public static ParseString ( this s ) : string
s this
리턴 string

ToBool() 공개 정적인 메소드

public static ToBool ( this s ) : bool
s this
리턴 bool

ToDateTime() 공개 정적인 메소드

public static ToDateTime ( this s, string format = "ddd MMM d HH':'mm':'ss zzz yyyy" ) : System.DateTime
s this
format string
리턴 System.DateTime

ToHyphenSeparatedShortDateString() 공개 정적인 메소드

public static ToHyphenSeparatedShortDateString ( this d ) : string
d this
리턴 string

ToInteger() 공개 정적인 메소드

public static ToInteger ( this s ) : int
s this
리턴 int

ToLong() 공개 정적인 메소드

public static ToLong ( this s ) : long
s this
리턴 long

UrlEncode() 공개 정적인 메소드

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