C# Class Twitter4CS.Util.Extensions

Afficher le fichier Open project: nk0t/Twitter4CS

Méthodes publiques

Méthode Description
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

Method Details

ParseString() public static méthode

public static ParseString ( this s ) : string
s this
Résultat string

ToBool() public static méthode

public static ToBool ( this s ) : bool
s this
Résultat bool

ToDateTime() public static méthode

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

ToHyphenSeparatedShortDateString() public static méthode

public static ToHyphenSeparatedShortDateString ( this d ) : string
d this
Résultat string

ToInteger() public static méthode

public static ToInteger ( this s ) : int
s this
Résultat int

ToLong() public static méthode

public static ToLong ( this s ) : long
s this
Résultat long

UrlEncode() public static méthode

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